In this article, Mahesh Sabnis demonstrates how to use Parallel Processing programming in
WPF 4.0 for
DataBinding and Data processing, using
.NET 4 Parallel Extension Capabilities.
Source: Dot Net Curry
NET 4.0 adds a new set of API's called Parallel Extensions, to simplify the process of adding parallelism and concurrency to applications. This allows you to effectively utilize Multi-Core systems which are commonly available now days. Parallel Extensions are composed of PLINQ and Task Parallel Library (TPL). With .NET 4.0, we have been provided a new namespace ‘System.Threading.Task’ in comprising of TPL classes. This namespace defines classes for performing Parallel looping operations, asynchronous task operations etc.