tags:

views:

180

answers:

3

What books/resources have people found useful on the topic for .Net?

+1  A: 

The Parallel FX Team Blog. Hands down the most useful resource for parallelization programming on .NET (at least, if you're focused on what's coming soon).

Daniel Moth's blog also has a lot of very useful information.

Reed Copsey
+3  A: 

The best resource ever for me is Joe Duffys blog. He's (I'd say) the biggest expert in .NET concurrency matters and also the lead developer and architect for Parallel Extensions to .NET.

I think you would find also useful the Effective Concurrency column by Herb Sutter

Jorge Córdoba
I was going to suggest Joe Duffy's book, http://www.amazon.co.uk/exec/obidos/ASIN/032143482X
ChrisF
+2  A: 

Joe Duffy has a book that has been praised well: Concurrent Programming on Windows.

Ahmad Mageed
reading it now... It's packed with detail.
Charles Bretana