AspNetCoreDiagnosticScenarios icon indicating copy to clipboard operation
AspNetCoreDiagnosticScenarios copied to clipboard

Usage of EntityFramework Async Query operations

Open sandorfr opened this issue 6 years ago • 1 comments

As discussed on twitter, I'm opening this issue about covering the usage of EF Query Async operations.

Is it wise to say that we should always use Async methods for query when it comes to EntityFramework Core (according to the ef core docs I would say it is but since you don't mention it) https://docs.microsoft.com/en-us/ef/core/querying/async

sandorfr avatar Oct 31 '18 00:10 sandorfr

It's funny that there are some Async methods that are mostly used internally and their description is "use the sync version", like AddAsync

Siderite avatar Oct 01 '19 13:10 Siderite