(Richard Carr) The Parallel class defines loops that allow sequences of values to be enumerated in parallel. This can provide improved performance over sequential loops when the iterations are independent. When using PLINQ, the ForAll method provides such a loop.
Read More - Register for Free Membership