Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of EntityFramework Async Query operations #26

Open
sandorfr opened this issue Oct 31, 2018 · 1 comment
Open

Usage of EntityFramework Async Query operations #26

sandorfr opened this issue Oct 31, 2018 · 1 comment

Comments

@sandorfr
Copy link
Contributor

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

@Siderite
Copy link

Siderite commented Oct 1, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants