1

Can anybody please suggest me some good learning materials on the new Parallel Extensions and its use in .Net 4 except the MSDN one, so that I can learn -

  1. parallel programming on .Net 4
  2. the basic differences between non-parallel and parallel programming paradigms
  3. how to create data-structures that supports parallel computation?

Any free downloadable material would be preferable.

Anindya Chatterjee
  • 5,824
  • 13
  • 58
  • 82

1 Answers1

3

You're in luck - Joe Albahari has made the PFX part of C# 4 in a Nutshell public on his website. It's very well written.

You should also read the PFX team blog which has a lot of great material.

Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194