0
kicks
Using Parallel LINQ
At the skunk works in Redmond, they're working on extensions to Language Integrated Query (LINQ) referred to as Parallel LINQ (PLINQ). PLINQ makes it easy to use multiple threads and all that processing power. This article shows you how and provides some parameters and guidelines for when you can get some extra horsepower out of multithreading your LINQ queries.