Skip to content

Abdul Rauf Cheema

  • Home
  • About Me
  • Contact Me
Search for:
» Archive by Category "Entity Framework Core"

Category: Entity Framework Core

Connection Resiliency

January 23, 2020 admin Leave a comment Entity Framework Core, Microsoft Azure, Microsoft SQL Server, Technical Points

Connection resiliency is used to describe a scenario where some resource becomes unavailable for short period of time, if we try to connect that resource like SQL Server during that time our connection should not throw exception instead it should retry.

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.

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.

Categories

  • Angular (2)
  • ASP.NET (4)
  • ASP.NET Core (8)
  • ASP.NET Web Forms (4)
  • C# (5)
  • Code Snippets (4)
  • Entity Framework Core (3)
  • Integrations (1)
  • JIRA (1)
  • Microsoft Azure (6)
  • Microsoft SQL Server (7)
  • Microsoft Visual Studio (2)
  • Team Foundation Server (1)
  • Technical Points (4)
  • Tools (1)
  • Visual Studio Code (2)
  • Windows Forms (2)

Powered by WordPress. Theme: Tech Literacy by Webulous Themes