In my WebApi project, I use EF6, follow Uow and generic repository patterns, and I also map my models to dto's and vice-versa. ...Currently I set the following when creating the ...dbContext...:...this.Configuration.LazyLoadingEnabled = false;
this.Config...