Click here to Skip to main content
15,868,098 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want a book to talk about threads and multithreading vastly with useful examples .
I have these books
"wrox professional c# 2008" and "Apress pro csharp 2008 .net 3.5 4th edition "
but the thread chapter is not so good :(
if anybody knows a good reference ,please post a link
Posted
Updated 5-Apr-10 0:52am
v2

I would advise the following 3 books

Programming-NET-Components This is a good place to begin. It has about 100 pages on threading and is also the book I learned from.

The next book I would read is CLR via C# - third edition This is also very good on the subject. I learned a lot from both this and the previous editions.

Finally I would read Concurrent Programming on Windows; This is around 900 pages on threading and I am still digesting parts of it. This one is invaluable if you are really serious about threading.

I would advise reading the books in the order mentioned. They are all ones that should be on one's bookshelf.

Thanks
Ken
 
Share this answer
 
v2
There is a good ( and free ) ebook for beginners here:

http://www.albahari.com/threading/[^]

The best in depth book I know of is "Concurrent Programming on Windows" by Joe Duffy:

http://www.bluebytesoftware.com/books/winconc/winconc_book_resources.html[^]

Nick

=========

From JSOP: I have no idea why he would vote your answer a 4 - you gave him the answer he wanted...
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900