Serhat AlaftekinDbContext Pooling in .NET 8: A Deep Dive into Performance OptimizationAs a .NET developer focusing on performance optimization, I’ve found that DbContext pooling is one of the most powerful yet underutilized…Nov 17
MD JulakadarAddDbContext vs AddDbContextFactory in Entity Framework Core: Choosing the Right ApproachEntity Framework Core (EF Core) provides multiple ways to manage the lifecycle of DbContext instances in an application. Two of the most…Sep 19
Dovud Jo'rayevSetting up DB Context in ASP.NET Core using Entity FrameworkHere is a simple guide on how to set up a DB Context:Oct 28Oct 28
Artak GalstyanImplementing the Repository Pattern with Multiple Databases in C# and .NETUsing multiple databases along with the repository pattern, can greatly enhance the modularity and maintainability of your codebase…Feb 84Feb 84
Deewakar KumarUnderstanding the Correct Lifetime Scope for DbContext and DB Connection in .NETIntroductionOct 24Oct 24
Serhat AlaftekinDbContext Pooling in .NET 8: A Deep Dive into Performance OptimizationAs a .NET developer focusing on performance optimization, I’ve found that DbContext pooling is one of the most powerful yet underutilized…Nov 17
MD JulakadarAddDbContext vs AddDbContextFactory in Entity Framework Core: Choosing the Right ApproachEntity Framework Core (EF Core) provides multiple ways to manage the lifecycle of DbContext instances in an application. Two of the most…Sep 19
Dovud Jo'rayevSetting up DB Context in ASP.NET Core using Entity FrameworkHere is a simple guide on how to set up a DB Context:Oct 28
Artak GalstyanImplementing the Repository Pattern with Multiple Databases in C# and .NETUsing multiple databases along with the repository pattern, can greatly enhance the modularity and maintainability of your codebase…Feb 84
Deewakar KumarUnderstanding the Correct Lifetime Scope for DbContext and DB Connection in .NETIntroductionOct 24
Sergei BelialovQuick and easy DbContext setup in .NETIn .NET, a DbContext is a class that allows you to interact with a database using entity classes. In this article, we'll explore how to…Apr 27, 2023
Aykut SenUsing Dapper with DbContextWhile Dapper itself is a lightweight micro-ORM and does not require a DbContext like Entity Framework, we can still create a custom…Aug 26
Keenan Du PlessisAdding multiple DBContexts to one solution/assembly — ASP.NET(MVC)Note: I’m not an expert. I’m just sharing the solution I came up with for doing this. There might be an easier way but I didn’t find one…Nov 12, 20231