dennisdoomen / CSharpGuidelines

A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
https://www.csharpcodingguidelines.com
Other
746 stars 271 forks source link

Added link for async guidance #247

Closed bkoelman closed 2 years ago

bkoelman commented 2 years ago

I'm intentionally leaving in the older link (https://docs.microsoft.com/en-us/archive/msdn-magazine/2013/march/async-await-best-practices-in-asynchronous-programming), because the new link covers almost the same, except for ConfigureAwait.

Fixes #231.