Part 1:Introduction to Threading in .NET
In this part, you will learn the basics of managed threading in .NET, discover how it has evolved since the early days of the .NET Framework, and pick up some best practices to avoid common pitfalls.
This part contains the following chapters:
- Chapter 1, Managed Threading Concepts
- Chapter 2, Evolution of Multithreaded Programming in .NET
- Chapter 3, Best Practices for Managed Threading
- Chapter 4, User Interface Responsiveness with Threading