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
There's a pre-release version that just came out, regardless it's supposed to be available in full release soon.
A couple of caveats:
This line gets tucked into OnConfiguring on your data context:
optionsBuilder.UseLazyLoadingProxies();