I have 4GB+ text files (csv format) and I want to process this file using linq in c#.
I run complex linq query after load csv and convert to class?
but file size is 4gb although application memory double size of file.
how can i process (linq and new result) large files?
Thanks
See Question&Answers more detail:os