Meeting the needs of your business from a distance

Parallel Programming with Microsoft .NET

by mark shiffer 2. September 2010 15:06

The Patterns and Practices group at Microsoft has released guidance for parallel programming with .NET 4 called Design Patterns for Decomposition and Coordination on Multicore Architectures. The book is available in print and ebook forms from O’Reilly, but the above link is to the free version available via MSDN. Looks like it should be a good, quick read that I’ll need to get to soon.

I have used the Task Parallel Library a bit in .NET 4 now and I am impressed at how it has simplified the syntax for parallel programming. Unfortunately, there is no way to really simplify the concept and thought process necessary for multi-threading an application that requires synchronization.

Tags:

Comments

Add comment


(Will show your Gravatar icon)

  Country flag


  • Comment
  • Preview
Loading



Copyright © 2001-2012 MS Consulting, Inc. All Rights Reserved.