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
- Host: GitHub
- URL: https://github.com/atiq-cs/cs-async-demos
- Owner: atiq-cs
- License: gpl-3.0
- Created: 2018-07-25T04:54:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T05:52:03.000Z (almost 7 years ago)
- Last Synced: 2025-05-16T10:45:22.937Z (5 months ago)
- Topics: asynchronous-programming, c-sharp, concurrency, multithreading, tpl
- Language: C#
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/