async void – How to Tame the Asynchronous Nightmare - Dev Leader
Most intermediate dotnet developers writing async await code in C# will come across async void at some point. Here's a creative solution for avoiding the headaches, especially with EventHandlers!