Debugging Parallel Applications in VS2010

Most of you following Visual Studio 2010 product development are aware that there will be a parallel applications support available for .NET Framework 4.0, since parallel programming is becoming a part of the framework. You can check more about Parallel Programming in the .NET Framework on the MSDN.

What is interesting are all the features available to support such development, some build into the VS2010 product other by 3rd party vendors. You can get a nice overview on the Somasegar’s blog.