How To Increase EF Core Performance for Read Queries in .NET
Explore the best practices for increasing EF Core performance for read queries in .NET
Explore the recent EF Core blog posts
Explore the best practices for increasing EF Core performance for read queries in .NET
Learn how to use AddDbContext, AddDbContextFactory, AddDbContextPool, AddPooledDbContextFactory
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
Join my community of 1800+ developers and architects.
Each week you will get 2 practical tips with best practises and architecture advice.