Jannes Coetzee

Results 1 comments of Jannes Coetzee

Here is guidance from [David Fowler](https://github.com/davidfowl). https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task > ## Prefer `async`/`await` over directly returning `Task` > > There are benefits to using the `async`/`await` keyword instead of directly returning the...