views:

202

answers:

3

I have heard many good things about the book Java Concurrency in Practice. Is there a good equivalent book for C#?

+1  A: 

Try this "C# Threading Handbook", I found it very good.

Bhushan
I think you meant to link to something here :)
uriDium
+5  A: 

Try Concurrent Programming on Windows. From Joe Duffy himself:

My aim with this book was to write the book people will buy to understand how to write concurrent programs on the Windows and .NET platforms.

John
+3  A: 

Joseph Albahari's free e-book is well worth reading.

LukeH