Recommended Multithreading / parallel computing books for C# 4.0 [closed] Recommended Multithreading / parallel computing books for C# 4.0 [closed] multithreading multithreading

Recommended Multithreading / parallel computing books for C# 4.0 [closed]


I suppose when it comes to anything in C#, I would recommend CLR via C#. It has got two chapters on threading-parallelprocessing which is a must read.


I would recommend Patterns for Parallel Programming: Understanding and Applying Parallel Patterns with the .NET Framework 4, which cover different senarios and implementation:

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=86b3d32b-ad26-4bb8-a3ae-c1637026c3ee&displaylang=en


I'm making my way through http://www.albahari.com/threading/ which I find to be a very useful resource. It's been updated to cover the new parallel options in c# 4.0.