In this section, you will learn about another important aspect of making performant programs (using asynchronous programming techniques) while keeping an eye on how this was done in earlier versions compared to the newer async and await constructs.
This section comprises the following chapters:
- Chapter 8, Introduction to Asynchronous Programming
- Chapter 9, Async, Await, and Task-Based Asynchronous Programming Basics