EF Core Include chains are a trap: navigation populators decouple eager loading
Share

Include(x).Include(y).ThenInclude(z) couples your read model to one physical database. Here is the eager-loading boundary that batch-loads…

 

 Include(x).Include(y).ThenInclude(z) couples your read model to one physical database. Here is the eager-loading boundary that batch-loads…Continue reading on Medium » Read More Dotnet on Medium 

#dotnet

By ali

Leave a Reply