<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span lang="EN-IN" style="mso-ansi-language: EN-IN;">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&amp;A sessions, and exercises</span></p><p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span lang="EN-IN" style="mso-ansi-language: EN-IN;">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#.</span></p><p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong><span lang="EN-IN" style="mso-ansi-language: EN-IN;">What You Will Learn:</span></strong></p><ul type="disc"><li class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in;"><span lang="EN-IN" style="mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-IN;">Dig deep into task programming which is an essential part of the concurrent and multithreaded developments.</span></li><li class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in;"><span lang="EN-IN" style="mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-IN;">Learn modern-day C# features that are foundations of asynchronous programming</span></li><li class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in;"><span lang="EN-IN" style="mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-IN;">How the advanced features in C# such as delegates, lambdas, generics, etc. can be used in concurrency</span></li></ul><p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong><span lang="EN-IN" style="mso-ansi-language: EN-IN;">Who This Book is For:</span></strong></p><p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span lang="EN-IN" style="mso-ansi-language: EN-IN;">C# and .NET developers</span></p>

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Task Programming in C# and .NET

  • Vaskaran Sarcar

摘要

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#.

What You Will Learn:

  • Dig deep into task programming which is an essential part of the concurrent and multithreaded developments.
  • Learn modern-day C# features that are foundations of asynchronous programming
  • How the advanced features in C# such as delegates, lambdas, generics, etc. can be used in concurrency

Who This Book is For:

C# and .NET developers