threading in C#

  • Thread starter Thread starter Jose
  • Start date Start date
J

Jose

after searching on amazon, i found no good books on threading in
..net/C#.

does anyone know if any are in the works? I've seen lots of
questionable threading code in our C# environment, and it'd be good to
see a good, advanced book on .net threading.

thanks.
 
All lot of books shy away from the topic or provide a very cursory
examination of it because it is inherently difficult to master. AND, since
everybody and their cousin has a .net book out it adds to the confusion and
misinformation out there because they don't necessarily have the experience
and/or knowledge to explore such topics

But you can find a good indepth discussion from Jeffrey Richter's applied
framework
programming, or matthew macdonalds distributed applications for a full
discourse on threading and best practices.
 
Hi.

Another good book about that deals with threading (among other things) is
Programming .NET Components, by Juwal Lowy.

Have a nice day
GV
 
Back
Top