Welcome to MSDN Blogs Sign in | Join | Help

Syndication

News

Are you a woman in technology?

  • I'd love to share your story in my "Featured Women in Technology" posts! Email me at featured@microsoft.com.

Links


Browse by Tags

All Tags » Parallel Progra... » .NET
Sorry, but there are no more tags available to filter with.
Work-Stealing in .NET 4.0
There is some truly amazing support for parallel programming in .NET 4.0.  One of the compelling new features of the Thread Pool in .NET 4.0 is work-stealing, which allows work to be processed by worker threads more efficiently.  First of all, Read More...

Posted Friday, June 26, 2009 9:26 PM by jennmar | 1 Comments

Parallel.For in .NET 4.0
In version 4.0 of the .NET Framework, there is a lot of support for parallel programming. One cool class to know is System.Threading.Parallel , which contains a number of static methods to parallelize loops and regions. Consider this code which uses a Read More...

Posted Friday, June 19, 2009 6:45 PM by jennmar | 1 Comments


Attachment(s): ParallelConsoleApp.zip

Page view tracker