Part 2: Parallel Programming and Concurrency with C#
It’s time to dive deeper into the modern methods of parallel programming and concurrency with C# and .NET 6. This part will explore some of the most common real-world practices employed today.
This part contains the following chapters:
- Chapter 5, Asynchronous Programming with C#
- Chapter 6, Parallel Programming Concepts
- Chapter 7, Task Parallel Library (TPL) and Dataflow
- Chapter 8, Parallel Data Structures and Parallel LINQ (PLINQ)
- Chapter 9, Working with Concurrent Collections in .NET