How to Tame “async void” in C#
(This was originally posted on my blog as a full article) You’re an intermediate dotnet programmer and you mostly know your way around using Tasks. You sprinkle async and await through your code, and everything is working just as expected. You’ve hea...
Jan 28, 202310 min read37

