Use async/await pattern in web applications January 22, 2020 admin Leave a comment ASP.NET Core, ASP.NET Web Forms, C#, Entity Framework Core, Technical Points In web applications, it’s recommended to use the async/await pattern with the async methods, so that web server threads are not blocked while waiting for data access operations to complete. Comments Share it Post navigation ← Display users full name instead of email in ASP.NET CoreAvoid lazy loading in Web Applications →