Community

Async & exceptions in C#

(Peter Torr) This quick post is motivated by a question on StackOverflow. Basically it is a simple console program you can run to see how exceptions are handled in C# async methods. Common wisdom is “don’t have async void methods; always return a Task” but that simple signature change is neither nec

Read More - Register for Free Membership