158 Views
The .NET Framework 4 comes with several new features for writing parallel and concurrent applications, including Parallel LINQ (PLINQ), the Task Parallel Library (TPL), new thread-safe collections, and plenty of new coordination and synchronization data structures. This sample includes example applications and library functionality that demonstrate this support.
1 comments
vijayst
8/1/2011 12:46:55 AM
The post could have explained a little more on the parallel programming features in the .Net 4.0 framework.