The .NET platform has always provided a way to use multiple threads within an application. However, with the proliferation of multi-CPU architectures and highly scalable cloud computing resources, the ability to write high quality concurrent code is becoming a required skill.

During this webinar, we will focus on the use of Tasks in conjunction with C#’s async and await keywords to increase the scalability and responsiveness of an ASP.NET Core application. While coding against live web services, we will address such issues as parallel execution, cancellation, timeouts, and error handling.