Applying Asynchronous Programming in C# 8
This course will teach you how to get started with asynchronous programming in .NET. You will learn how to apply these patterns in new and existing applications and you will see how to avoid the common mistakes.
What you'll learn
Do you want to build fast, responsive, and overall better applications by applying asynchronous principles? You'll need to understand how to safely and effectively introduce asynchronous programming in your applications.
In this course, Applying Asynchronous Programming in C#, you’ll learn the fundamentals of asynchronous programming in C#:
- explore how to properly apply the async and await keywords
- discover the Task Parallel Library and understand how it relates to async and await
- learn more about how introducing asynchronous patterns affects the application, how to avoid pitfalls, and how to best approach these patterns
Table of contents
Course FAQ
Asnchrony, in computer programming, refers to the occurrence of events independent of the main program flow and ways to deal with such events.
C# is commonly used for backend services, windows applications, website development, and game development.
In this course, you will learn about aync and await keywords, how to use the task parallel library, and insights on advanced topics. By the end of this course, you will know how to effectively apply asynchronous programming in C#.
The only prerequisite for this course is understanding the basics of C# programming.
This course is for anyone who wants to crete fast, responsive, and overall better applications by applying asynchronous principles within C#.