Threading in C#
by Joseph Albahari
2007
Description:
An extensive online book on multithreading in C#. This tackles difficult issues such as thread safety, when to use Abort, Wait Handles vs Wait and Pulse, the implications of Apartment Threading in Windows Forms, using Thread Pooling, Synchronization Contexts, Memory Barriers and non-blocking synchronization constructs.
Download or read it online for free here:
Read online
(online html)
Similar books

- Techotopia
The book provides everything necessary to gain proficiency as a C# programmer. It gives a detailed overview of the C# environment, the fundamentals of the C# programming language, manipulating strings, arrays and collection classes.
(22089 views)

- Ecma International
This Standard specifies the form and establishes the interpretation of programs written in C# programming language. It specifies the representation of C# programs, syntax of C#, semantic rules for interpreting C# programs, etc.
(25667 views)

by Rob Miles
The book on C# used by the Department of Computer Science in the University of Hull as the basis of the first year programming course. The key features: practice - do a lot of programming, study - look at programs written by other, and persistence.
(23429 views)

by Jean Paul V.A
This book will give good designing edges to the developers and enhance their Object Oriented skills. Jean Paul V.A is a Software Developer working on Microsoft Technologies for the past 10 years. He has been passionate about programming...
(15284 views)