Async/await is powerful, but async void can quietly crash your app or hide exceptions. In this video, Michael explains why async void behaves differently from async Task, shows how exceptions escape try/catch, and demonstrates the two legitimate use cases for async void. You’ll learn safe fire‑and‑forget patterns, how to structure ASP.NET Core and desktop code, and how to test async methods reliably.
🚀 FEEDBACK
Don't forget to comment, like, hype and subscribe. I really value your feedback!
💬 JOIN US
MEMBERSHIP: https://bbb.dev/ytjoin
DISCORD: https://bbb.dev/discord
#csharp #dotnet