There is a buffet of Parallel Programming patterns and conventions documentation. A good approach to digesting all the available information is to ingest a little bit at a time. Developers looking for a Parallel Programming Patterns and Conventions appetizer will find it in this article.
Articles Written by Jeffrey Juday
Quick Guide to .NET Framework Task Parallel Library Visual Studio 2010 Debugger
When Microsoft released Visual Studio 2010, they included a first-class Parallel Debugger to offset the twist that the .NET Framework Task Parallel Library introduced to debugging. This article is a short guide to using the Debugger to debug an application built on the .NET Framework Task Parallel Library.
.NET Framework: Task Parallel Library Dataflow
Learn about the Task Parallel Library Dataflow, a new member of Microsoft's Technical Computing Initiative built on the Task Parallel Library.
Microsoft .NET Framework 4.0 Task Parallel Library Continuations
Task Continuations allows developers to create interdependencies between tasks. The interdependencies can involve simple execution in response to task completion or aggregated exception handling among tasks. Read along to learn more.
Awaiting Future C# Asynchronous Features Brought to you by .NET Parallel Computing
Learn how .NET Framework 4.0 Parallel Computing will enable an upcoming C# programming feature and make asynchronous coding easier.
Video: Introducing the Microsoft .NET Framework 4.0 Task Parallel Library
Learn core Task Parallel Library concepts; including how to use the Task and BlockingCollection classes
