Click here to Skip to main content
15,886,757 members
Articles / General Programming

Parallel programming in .NET - Internals

Rate me:
Please Sign up or sign in to vote.
4.88/5 (66 votes)
21 Jul 2010Ms-PL9 min read 129.6K   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

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Web Developer
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions