davidfowl / AspNetCoreDiagnosticScenarios

This repository has examples of broken patterns in ASP.NET Core applications
7.65k stars 736 forks source link

Use `async/await` in 'A note about WebClient' section #80

Closed Arnab-Developer closed 2 years ago

Arnab-Developer commented 2 years ago

If we use async/await in the A note about WebClient section of code then it will aligned with Prefer async/await over directly returning Task.