Logo

Threading in C# by Joseph Albahari

Threading in C#
by

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.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: C# DevelopmentC# Development
by
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.
(22580 views)
Book cover: Visual Studio.Net: Controls and Add-insVisual Studio.Net: Controls and Add-ins
by - BPB Publications
User-controls and the extensibility features offered by add-ins are probed in detail. The text covers controls-attributes, properties and events, creating a UI type editor, type conversion, designers, writing C# code, web controls, add-ins.
(21306 views)
Book cover: Dissecting a C# Application: Inside SharpDevelopDissecting a C# Application: Inside SharpDevelop
by - Wrox Press
Dissecting a CSharp Application teaches advanced techniques of .NET programming by getting an insiders' look at the complete Integrated Development Environment, SharpDevelop, written in C#. It includes all advanced features of a modern IDE.
(24597 views)
Book cover: Object Oriented Programming using C#Object Oriented Programming using C#
by - Bookboon
The book will explain the Object Oriented approach to programming and through the use of small exercises develop some practical skills as well. At the end of the book one larger case study will be used to illustrate the application of the techniques.
(12882 views)