Demos of Asynchronous Programming in C# This Repository consist of various type of projects explaining Asynchronous programming in C#. It has many projects begining from root problem
- Problem with old GUI applications
- Solving Responsiveness with Async and await
- Deadlock with Asynchrnous Programming
- Task Parallel Library
Best link to read gotchas of Aynchnous programming in c# from below reposistory. https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#asynchrony-is-viral https://blog.stephencleary.com/2013/08/startnew-is-dangerous.html