- davidfowl/AspNetCoreDiagnosticScenarios - This repository has examples of broken patterns in ASP.NET Core applications
- Async Guidance
- Async and Await: Here be dragons
- Top 7 Common Async Mistakes
- Async/Await - Best Practices in Asynchronous Programming
- Common C# async and await misconceptions
- Cancel Asynchronous Operation In Csharp - John Thiriet
- C# Async Tips and Tricks - Chris Pratt
- Eliding Async and Await - Stephen Cleary
- Async code smells and how to track them down with analyzers - Part I
- Async code smells and how to track them down with analyzers - Part II
- Two Ways to Do Async/Await in ASP.NET Wrong (and How to Fix Them)
- Asynchronous C#: Cherry on the top 🍒 (Tips and Tricks)
- Asynchronous programming