Book Image

Learning .NET High-performance Programming

By : Antonio Esposito
Book Image

Learning .NET High-performance Programming

By: Antonio Esposito

Overview of this book

Table of Contents (16 chapters)
Learning .NET High-performance Programming
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Asynchronous Programming

This chapter will dive into the asynchronous elaboration techniques available within the .NET framework.

Here we will explain the following features, techniques, and frameworks:

  • Asynchronous programming theory

  • Asynchronous Programming Model (APM)

  • Event-based Asynchronous Pattern (EAP)

  • Task-based Asynchronous Pattern (TAP)

  • Async/await operator

  • Task optimization and CLR tuning

  • Task tweaking

  • Task UI synchronization