I’ve recently written a detailed paper, “Patterns for Parallel Programming: Understanding and Applying Parallel Patterns with the .NET Framework 4”, on implementing a variety of common parallel patterns with the .NET Framework 4. The paper is now live in the Microsoft Download Center, and you can grab it from https://www.microsoft.com/downloads/details.aspx?FamilyID=86b3d32b-ad26-4bb8-a3ae-c1637026c3ee.
Any and all feedback is welcome. I very much hope you enjoy it and find it useful.
Thanks!
Stephen
I'm surprised not to see comments here. You did a yeoman's job with this document and I very much want to thank you not only for it but for the rest of your outreach I've been exposed to, lately. (This includes an hour-long video I recently viewed made years ago.)
I have been working on operating systems since around 1975 and I was able to work on the Unix v6 kernel in 1978, which is where I was first exposed to C (same year K&R's "The C Programming Language" came out came out, luckily for me.) Since then, aside from...