Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Task Programming in C# and .NET: Modern Day Foundation for Asynchronous Programming (Apress Pocket Guides)

    Posted By: GFX_MAN
    Task Programming in C# and .NET: Modern Day Foundation for Asynchronous Programming (Apress Pocket Guides)

    Task Programming in C# and .NET: Modern Day Foundation for Asynchronous Programming (Apress Pocket Guides)
    English | 2025 | ASIN: B0DQG5YSL2 | 183 pages | PDF | 2.02 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#.

    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