Parallel Programming Patterns
Parallel programming is one of the most important subjects that a modern developer should be familiar with.
As you all know .Net framework provides the "Parallel Extensions for .Net". I came across I great article called: Patterns for Parallel Programming: Understanding and Applying Parallel Patterns with the .NET Framework 4 which provides deep understanding about parallel programming in the .Net Framework 4.0.
Go read and enjoy.
Manu