What you'll learn
This course introduces asynchronous coding practices in C# using the async modifier and await keyword. You'll learn and practice creating methods that can be run asynchronously, running those methods asynchronously, and also how to run those methods in synchronous situations.
Table of contents
C#: Using Async and Await to Run Code Asynchronously
1 Video
•
3 Challenges