Bowing to my Visual Studios request, I started my latest project using Entity Framework Core (1.0.1)
So writing my database models as I always have using the \'virtu
Lazy load is planned to be in EF core 2.1 - you can read more on why it is a must-have feature - here.