Sorting a Huge file in C# based on two column values
In C# before parsing a text file I want to parse that text file based on two fields, date and values.
The file will be of 1 GB and i dont want to load complete file into memory.
Please tell me is there any tool available to do this or can we achieve this in C#.
Thanks & Regards
Siva Kumar KB