- Добавил: literator
- Дата: Вчера, 03:34
- Комментариев: 0

Автор: Vaskaran Sarcar
Издательство: Apress
Год: 2025
Страниц: 183
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB
At a high level, to understand asynchronous programming, you need to be familiar with task programming, efficient use of the async and await keywords, and a few more important topics. However, task programming is the first major step towards modern-day asynchronous programming. This book tries to simplify the topic with simple examples, Q&A sessions, and exercises. The book starts with an introduction to asynchronous programming and covers task creation and execution. Next, you will learn how to work with continuing and nested tasks. Next, it demonstrates exception handling with different scenarios. Towards the end, you will understand how to manage task cancellations through examples and case studies. After reading this book, you can write efficient codes for multithreaded, asynchronous, and parallel development in C#. For C# and .NET developers.