/AsyncAllTheWayDown

This is the repo for a talk I did on 6/20/2019 at the Louisville .Net Meetup Group on the TAP (Task-based Asynchronous Pattern) model in .Net and .Net Core.

Primary LanguageJavaScript

Async all the way down

This is a demo that accompanies a talk on Microsoft's Task-based Asynchronous Pattern (TAP). This is recognized by the async/await keywords in C# .Net.

The Presentation

AsyncAllTheWayDown.pptx contains the powerpoint presentation that accompanies this project.

Projects

Several points are demonstrated in a ASP.Net Core MVC project and an ASP.Net MVC project. To run these projects, open AsyncDemo.sln in Visual Studio 2019, set your desired project as the startup project and run.