News

Because I almost never write long linq queries in Linq to Objects without just converting to the pipeline-esque (or fluent if you prefer) style via extensions methods.
Take advantage of the Chunk method in LINQ to split large data sets into a sequence of chunks for more efficient processing.