Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I used ef core a lot and I can tell you it's really good, but I dunno about dapper
-
Big-R4796yFor quick CRUD you could use EF. I would recommend Dapper however, because you have more control.
To use a quote of someone; Use EF is you don't care about the database, use Dapper of you do. -
kpenc21326y@Codex404 It's an ORM, you never have full control over the database. I still don't know why people prefer to learn a DSL, when SQL is not hard and it's actually a very useful language.
-
@kpenc Laravel their ORM gives me full control over the database. So does EF. Youju st need to know the ORM.
Related Rants
Dapper or Entity framework ?????
question
.netcore