-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Update README to show performance comparison of Dapper vs. EF Core #562
Comments
I agree, it would be great to see how Dapper compares to the EF Core. |
Could you give the code as well ? |
Sure, I removed few properties from Organization model for simplycity. You can add more properties if you want to make it more complex Happy Codding. |
I've just completed updating the benchmarks (and README) to current (including EF Core). If anyone sees issues with the benchmarks please let me know or even start with a PR and we'll get them fixed up and re-run :) |
In the table comparing performance of Dapper to other data access libraries, it would be fantastic to see an entry for EF Core.
The text was updated successfully, but these errors were encountered: