5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Certification     Microsoft     Microsoft Certified Solutions Associate (MCSA): Web Applications     70-486 Developing ASP.NET MVC Web Applications
Asynchronous tasks run in the background on a separate thread. Learn how to use and manage asynchronous tasks in an ASP.NET MVC web application in Visual Studio 2017.

Objectives

ASP.NET MVC Web Applications: Asynchronous Tasks

  • use the Task Parallel library to manage concurrent, independent tasks in an ASP.NET MVC web application
  • use the async/await asynchronous programming model in an ASP.NET MVC web application
  • create an asynchronous MVC controller in an ASP.NET MVC web application
  • create asynchronous controller actions in an ASP.NET MVC web application
  • use asynchronous timeouts in an ASP.NET MVC web application
  • handle asynchronous exceptions in an ASP.NET MVC web application
  • test asynchronous method functionality in an ASP.NET MVC web application
  • use the Task Parallel library, async await, async controller actions and async timeouts in an ASP.NET MVC web application