When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Asynchronous Programming in C#

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.

     
  • 5
  •  |
  • Reviews ( 147 )
Free

This Course Includes

  • iconpluralsight
  • icon5 (147 reviews )
  • icon5 hour 1 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Asynchronous Programming in C#

This course is for those of you that want to build fast, responsive, and overall better applications by applying asynchronous principles. In this course, Asynchronous Programming in C# , you’ll learn how to apply asynchronous programming in your applications. First, you’ll explore how to introduce the async & await keywords. Next, you’ll discover the Task Parallel Library and understand how it relates to async and await. Finally, you’ll learn more about how introducing asynchronous patterns affects the application, avoiding pitfalls, how to best approach these patterns and how to introduce parallel programming in your applications. When you’re finished with this course, you’ll have the skills and knowledge of asynchronous programming needed to apply this in your C# applications.

What You Will Learn?

  • Course Overview : 2mins.
  • Getting Started with Asynchronous Programming in C# using Async and Await : 46mins.
  • Using the Task Parallel Library for Asynchronous Programming : 51mins.
  • Exploring Useful Methods in the Task Parallel Library : 35mins.
  • Async & Await Advanced Topics : 31mins.
  • Asynchronous Programming Advanced Topics : 30mins.
  • Parallel Programming and Multithreading in C# : 41mins.
  • Advanced Parallel Programming: Understanding Locking and Shared Variables : 42mins.
  • Using Parallel LINQ (PLINQ) : 19mins.