Quite some time ago, I wrote a blog post on how you can stream text files as input into LINQ queries by writing an extension method that yields lines using the yield return statement. You then can write a LINQ query that processes the text file in a lazy
Read More...