Avoid lazy loading in Web Applications January 22, 2020 admin No Comments ASP.NET Core, ASP.NET Web Forms, Entity Framework Core, Technical Points Lazy loading should typically be disabled for web applications, since its use will result in additional database queries being made within each web request. Comments Share it Post navigation ← Use async/await pattern in web applicationsConnection Resiliency →