Skip to main content
Tag

entityframework

All blogs tagged with entityframework

3
Articles
86
Total Views

Showing 3 of 3 articles

20
Apr
2026
Understanding DbContext Registered as Singleton in ASP.NET Core: Best Practices and Pitfalls
3 views

This post delves into the intricacies of registering DbContext as a singleton in ASP.NET Core, exploring its implications, advantages, and potential pitfalls. Understanding this concept is crucial for building efficient, scalable applications that manage database connections effectively. Readers should be familiar with ASP.NET Core dependency injection and Entity Framework Core basics.

07
Apr
2026
Optimizing DB2 Queries in ASP.NET Core Applications
41 views

This article explores advanced techniques for optimizing DB2 queries within ASP.NET Core applications, focusing on improving performance and resource management. Understanding these optimizations is crucial for developers aiming to build efficient data-driven applications that can scale effectively. Readers should be familiar with DB2 database fundamentals and have a basic understanding of ASP.NET Core development.

Translate Page