Course Description
In this course you will learn how to use and manage asynchronous tasks in an ASP.NET MVC web application in Visual Studio 2017.
Learning Objectives
Using Asynchronous Tasks
- start the course
- 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
Practice: Use Asynchronous Tasks
- use the Task Parallel library, async await, async controller actions and async timeouts in an ASP.NET MVC web application