multi-threading recommendation

J

John A Grandy

Does anyone have a recommend on a book or website which discusses
multi-threading concepts and practice with examples in C# ? Thanks.
 
P

Peter Duniho

John said:
Does anyone have a recommend on a book or website which discusses
multi-threading concepts and practice with examples in C# ? Thanks.


I haven't read it, but I have it on good authority that Joe Duffy's book
is an excellent resource, including for .NET-specific topics:
http://www.amazon.com/Concurrent-Programming-Windows-Joe-Duffy/dp/032143482X

Duffy is currently working on a second edition, but just a month ago he
described the status of that work as just starting "down the long road
of writing a 2nd edition"
(http://www.bluebytesoftware.com/blog/2009/09/29/2ndEditionOfConcurrentProgrammingOnWindows.aspx).
I would guess we're at least a year from seeing the second edition,
perhaps longer.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top