DEV Community

Discussion on: Top 10 Mistakes Developers Make in EF Core

Collapse
 
canro91 profile image
Cesar Aguirre • Edited

The first one is not exactly an EF Core mistake, it's more a database schema design problem. But sure, it's a good point to always keep in mind. Indexes can make a huge difference. Hey I didn't know about ExecuteUpdate and transactions...and disposing manually created dbContexts can passed unnoticed. Thanks for sharing!