Parallel Programming in C#

added by BlackWasp
8/20/2011 11:50:09 PM

180 Views

This is the first in a series of articles introducing the parallel programming techniques that are available in the C# programming language and the .NET framework version 4.0. The first part describes some of the concepts of parallel programming.


2 comments

dpeterson
8/20/2011 11:50:04 PM
It seems like the article skipped going over PLINQ, even though it was mentioned as an alternative to the TPL. Was that intentional or accidental?

vijayst
8/21/2011 8:06:23 AM
Interesting article. I just read an article about Barriers in 4.0. There seems to be lot of new trends in the parallel programming world!