How could I read a very large text file using StreamReader?

Posted by Sergio Tapia on Stack Overflow See other posts from Stack Overflow or by Sergio Tapia
Published on 2010-05-19T18:09:18Z Indexed on 2010/05/19 18:10 UTC
Read the original article Hit count: 311

Filed under:
|
|

I want to read a huge .txt file and I'm getting a memory overflow because of its sheer size.

Any help?

© Stack Overflow or respective owner

Related posts about c#

Related posts about system.io