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: Visual Studio.Net with C#Visual Studio.Net with C#
by - BPB Publications
Introduction to Visual Studio.Net and C#. The text covers working with the framework, building database applications, building Web applications, setup and deployment projects, the basics of C#, the C# code in .Net applications, C# and ASP.Net.
(22733 views)
Book cover: .NET Book Zero.NET Book Zero
by
This book covers everything that the C or C++ programmer needs to know about C# and the .NET framework. Object-oriented programming concepts are approached from scratch. Some programming experience with a C-family language is expected.
(21511 views)
Book cover: C# ProgrammingC# Programming
by - Wikibooks
C# is a multi-purpose computer programming language suitable for a wide variety of development needs. This book introduces C# language fundamentals and covers a variety of the base class libraries (BCL) provided by the Microsoft .NET Framework.
(23047 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.
(12899 views)