Asynchronous C# 5.0
Offered By: Pluralsight
Course Description
Overview
Learn how to effectively apply asynchronous principles in any type of .NET application using async and await together with the task parallel library.
This is an advanced production! Asynchronous coding in a static language is not exactly "simple," and rather than try to simplify complex topics, we have, instead, decided to go deep and see how things work** at a deeper level. If you are newer to programming, or new to C# in general, you may want to become familiar with the basics of C# before you tackle this one. All code for this course is available in Jon Skeet's Github Repository: https://github.com/jskeet/DemoCode/tree/master/AsyncIntro
This is an advanced production! Asynchronous coding in a static language is not exactly "simple," and rather than try to simplify complex topics, we have, instead, decided to go deep and see how things work** at a deeper level. If you are newer to programming, or new to C# in general, you may want to become familiar with the basics of C# before you tackle this one. All code for this course is available in Jon Skeet's Github Repository: https://github.com/jskeet/DemoCode/tree/master/AsyncIntro
Taught by
Filip Ekberg
Related Courses
Async Programming in C#LinkedIn Learning Applying Asynchronous Programming in C#
Pluralsight Async and Parallel Programming: Application Design
Pluralsight Getting Started with Asynchronous Programming in .NET
Pluralsight Building Multithreaded C# Applications with the Task Parallel Library
Pluralsight