Stephen Toub walks through several sample applications that utilize Parallel LINQ (PLINQ). PLINQ, built into the .NET Framework 4, enables developers to parallelize LINQ to Objects queries with minimal coding effort. The sample applications explored
are available for download at
https://code.msdn.microsoft.com/ParExtSamples