Home

Lazy loading with EFCore 2.1

Thanks again @JoeAlbahari for fixing the EFCore 2.1 driver so quickly. I wonder if there is a way to avoid showing all the related entities as null (and make them navigable, obviously)? Need to have .Include() for all the related entities kind of kills the joy of having a way to quickly run LINQ queries :(

Comments

Sign In or Register to comment.