C# .NET Kurs: Programowanie asynchroniczne (async / await )

Current discount coupons: https://fullstackdeveloper.tech/kursy In this material, you will learn: the difference between synchronous and asynchronous code what the async and await keywords are used for you will also learn about the Task type and its generic versions you will see how to execute multiple tasks in parallel and how to pause program execution asynchronously we will also analyze exception handling in asynchronous methods Finally, I have prepared a small quiz to test your understanding of asynchronous method invocation Join me on the Discord server:   / discord   Source code: https://github.com/jakubkozera/CSharp... 00:00 Introduction 05:10 async & await 12:50 Generic Task 16:13 Parallel Tasks 22:40 Pausing Execution 26:56 Asynchronous Exceptions 35:05 Quiz Facebook:   / fullstack-developer-107018144440304   #csharp #dotnet #course #tutorial