Why did they start using the full ORM? (EF Core) #461
itprodavets
started this conversation in
General
Replies: 1 comment
-
It has been refactored from Dapper to EF Core by now: It's confusing, that Dapper is still a PackageReference, because it's nowhere to be used. Anyway, don't use this repository as guidance on how to use EF Core. The EF Core team says:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I previously saw in your project the use of direct queries to the database. How much more productive is EF Core now than direct queries to the database?
Beta Was this translation helpful? Give feedback.
All reactions