01/27/2023C# / .NET / dotnetProgrammingSoftware EngineeringTutorialasyncasync/awaitAwaitC#codecodingDotNetdotnet coreexceptionexception handlingExceptionstasktasksThreads23 minute read async void - How to Tame the Asynchronous Nightmare Most intermediate dotnet devs writing async await code in C# will come across async void at some point. Here's a creative solution for avoiding the headaches. Read the whole article