We're a place where coders share, stay up-to-date and grow their careers.
Use lazy loading proxy from Microsoft.EntityFrameworkCore.Proxies package, so you can get better sleep
Microsoft.EntityFrameworkCore.Proxies
I'll look this up! Thanks
Lazy loading navigations can easily lead to accidental N+1 queries. You can explicitly include navigations with DbSet<>.Include.
DbSet<>.Include
Use lazy loading proxy from
Microsoft.EntityFrameworkCore.Proxies
package, so you can get better sleepI'll look this up! Thanks
Lazy loading navigations can easily lead to accidental N+1 queries. You can explicitly include navigations with
DbSet<>.Include
.