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.