.NET Parallel Programming

All about Async/Await, System.Threading.Tasks, System.Collections.Concurrent, System.Linq, and more…

PLINQ changes since the MSDN Magazine article

I posted about changes we've made to the Task Parallel Library since we published the MSDN Magazine article outlining its design.  In this post, I'll do the same thing for PLINQ.  Most of the October 2007 article on PLINQ is still accurate.   After all, PLINQ is largely an implementation of the .NET Standard Query Operators...