This repo contains a .NET 5 console app to demonstrate Task-based asynchronous programming with C#. See my blog post for a complete walk-though of this code.
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository contains a C# console app which demonstrates a basic implementation of the task-based asynchronous pattern in .NET, and highlights the performance gains that can be achieved with async code.
mfcallahan/AsyncDemo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This repository contains a C# console app which demonstrates a basic implementation of the task-based asynchronous pattern in .NET, and highlights the performance gains that can be achieved with async code.