Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
For many reasons—including scalability, flexibility, and modernization—more and more development...
EF Core simplifies database access and management in .NET applications a lot. While EF Core makes...
You may have faced an interesting error trying to run queries in parallel with EF Core and Postgres:...
When working with Entity Framework Core (EF Core), queries that involve multiple Include() statements...
In modern web applications, tracking changes to data can be needed for monitoring, compliance, and...
Simplify Your .NET Project with DbManager.EFCore Git Hub : dbmanager Nuget :...
In this article, we’ll walk through setting up Entity Framework Core (EF Core) in a console...
Audit logging is a critical component of modern applications, providing transparency, security, and...
As your Entity Framework Core model grows, managing the configuration logic in the OnModelCreating...
Entity Framework Core (EF Core) is a powerful Object-Relational Mapper (ORM) for .NET developers....
Many experienced developers are familiar with database transactions but often overlook the key...
Multitenancy is a software architecture that allows a single instance of a software application to...
The Unit of Work (UoW) pattern is a design pattern that allows managing multiple operations that...
Introduction Entity Framework Core (EF Core) provides powerful LINQ methods for querying...
Greetings Couchbase developers! This week's activities focus on a new connector with Microsoft, other...
Proper management of the DbContext lifecycle is crucial for application performance and...
There are multiple options for job scheduling in .NET. The simplest one is creating a Background...
Maintaining data consistency and ensuring reliable message delivery in microservices architectures...
While EF Core provides a robust API for interacting with the database, there are scenarios where you...
Using a read-only DbContext in Entity Framework (EF) can provide several benefits, especially when...
For writing integration tests, a common approach is to change the database provider, for example, to...
1. Introduction In modern applications, performance is crucial, especially when...
This article explains how to add revision support to entities in Entity Framework Core. It outlines a step-by-step approach to refactor a basic entity into a revisioned model using discriminators.
Entity Framework Core (EF Core) is a popular ORM for .NET, typically used with relational databases...
Have you ever needed to support multiple database providers when working with EF Core? This is what...
Meta Description: Discover how to implement Value Objects in EF Core, including how to use owned...
What is concurrency in the database? Concurrency is the simultaneous processing of data by...
In this article, we’ll explore how to implement Backing Fields and Shadow Properties in Entity...
When working with large datasets in Entity Framework Core, developers often hit performance...
This tutorial, guides viewers through essential techniques to optimize Entity Framework Core (EF...