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.
- Host: GitHub
- URL: https://github.com/cdwaddell/asyncallthewaydown
- Owner: cdwaddell
- Created: 2019-06-19T21:11:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T06:55:48.000Z (over 2 years ago)
- Last Synced: 2023-03-06T08:16:03.516Z (over 2 years ago)
- Topics: asp-net, asp-net-core, async-await, asynchronous-programming, presentation, talk
- Language: JavaScript
- Size: 39.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.