March
5

Here’s an online e-book covering threading in C#. Most C# books I’ve read over the years gave a very shallow overview of threading (Programming .NET Components, 2nd Edition aside) which left me quite frustrated in the time of need.

This one here is free and available online (PDF version also available) and seems to provide deep coverage on the subject.

http://www.albahari.com/threading/index.html

0