Implementing Unit of Work Pattern in EF Core
The Unit of Work pattern in EF Core is a design pattern that allows managing multiple operations that should be treated as a single transaction
Explore the recent EF Core blog posts
The Unit of Work pattern in EF Core is a design pattern that allows managing multiple operations that should be treated as a single transaction
Multitenancy is a software architecture that allows a single instance of a software application to serve multiple customers, called tenants
Audit trails provide a historical record of changes made to data. Audit trails allow developers to see who made changes, when they were made, and what the changes were
Explore how to get started with MongoDB in EF Core 8.0 with MongoDB.EntityFrameworkCore official provider
Learn how to call views, stored procedures, and functions using EF Core from the existing SQL database
Change Tracker is the heart of EF Core, that keeps an eye on entities that are added, updated and deleted. Learn how Change Tracker works, how entities are tracked, and how to attach existing entities. Enhance your application's performance with tracking techniques.
EF Core allows to customize a model mapping using fluent API, data annotations, seperate configuration classes and attributes. Learn more about all these options in this blog post full with code examples
Explore the concept of global query filters in EF Core and how they can be effectively used to manage data access patterns, especially in multi-tenant applications or scenarios requiring soft delete functionality.
Explore the in-depth guide of eager loading the child entities in Entity Framework Core. Learn how to efficiently load child entities in your data models, optimizing performance and simplifying queries.
Join my community of 1000+ developers and architects.
Each week you will get 2 practical tips with best practises and architecture advice.