Click here to Skip to main content
15,894,017 members
Articles / Programming Languages / C#

Parallel programming in .NET - Internals

23 Jun 2010Ms-PL9 min read 132.9K   551   139  
.NET 4 brings a powerful Task library to support a piece of code to run in parallel processors. What it does just simply spawns threads into multiple processes using the newly written task libraries (System.Threading.Tasks) in mscorlib 4.0. Task libraries contain methods like For, ForEach and Invok
This is an old version of the currently published article.

This article is currently in progress. This version is not yet publicly viewable

Please go to the C# Table of Contents to view the list of available articles in this section.