Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

ef core is great for simple queries and modification of your data while using the changetracker. You can use AsNoTracking/Projection to perform similar like dapper for queries. When using command query seperation you can also use dapper for queries and ef core for commands.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: