An open API service indexing awesome lists of open source software.

https://github.com/cdwaddell/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.
https://github.com/cdwaddell/asyncallthewaydown

asp-net asp-net-core async-await asynchronous-programming presentation talk

Last synced: 17 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://github.com/cdwaddell/AsyncAllTheWayDown/blob/master/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.