Related resources for Deadlocks
  • Multithreading with .NET5/27/2015 4:57:07 PM. This article explains how multithreading works. You will learn how the operating system manages thread execution and shows you how to manipulate the Thread class in your program to create and start managed threads.
  • Understanding and handling SQL Server Transaction Deadlocks5/19/2012 7:15:59 AM. Deadlocks occur when two users have locks on separate objects and each user wants a lock on the other's object.
  • Understanding Threading in .NET Framework1/27/2006 5:26:22 AM. This article describes how to use threading model in .NET Framework including creating, joining, suspending, killing, and interlocking threads.
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download