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

https://github.com/atiq-cs/cs-async-demos

C# Asynchronous Programming demos with modern features
https://github.com/atiq-cs/cs-async-demos

asynchronous-programming c-sharp concurrency multithreading tpl

Last synced: 3 months ago
JSON representation

C# Asynchronous Programming demos with modern features

Awesome Lists containing this project

README

          

# C\# Asynchronous Programming Demos
Covers basic demos on asynchronous programming..

Blog Article Link: [C\# Asynchronous Programming][1]

### First Example - Sync
Demonstrates synchronous program.

### Second Example - bad practice
async void should be avoided.

[1]: https://atiqcs.wordpress.com/2018/08/18/csharp-async-programming/