ASP.NET MVC Web Applications: Asynchronous Tasks


Overview/Description
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
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.

Expected Duration (hours)
0.5

Lesson 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
  • Course Number:
    it_wddmvc_12_enus

    Expertise Level
    Intermediate