It seems like this way is no longer available.
public ApplicationDbContext()
{
this.Configuration.LazyLoadingEnabled = false;
}
Lazy loading does not (currently) exist in EF7, so there is no API to disable it https://github.com/aspnet/EntityFramework/issues/3797