http://www.parallelcsharp.com/
Asynchronous Versus Parallel Programming http://www.peter-urda.com/2010/10/asynchronous-versus-parallel-programming
Tools And Techniques To Identify Concurrency Issues https://msdn.microsoft.com/en-us/cc546569.aspx
Concurrency on MSDN http://msdn.microsoft.com/concurrency
Parallel Programming in the .NET Framework https://msdn.microsoft.com/en-us/library/dd460693.aspx books: ConcurrentProgramming on Windows, by Joe Duffy, Addison-Wesley Win32 Multithreaded Programming, by A. Chohen and M. Woodring
Asynchronous & Parallel programming are tricky to understand for new […]