What’s new in Beta 1 for Parallel LINQ (PLINQ)?
A number of improvements have been made to Parallel Extensions since the Visual Studio 2010 CTP across the Task Parallel Library (TPL), Parallel LINQ (PLINQ), and our coordination data structures. You can find the latest on TPL (1 2 3) and the data structures (link) on this blog. Here are the big changes to PLINQ since that CTP: ...