Explore EF Core Blog Posts

Master Efficient Database Management

Improve your backend skills by joining my community of 100+ developers.

Subscribe to get 2 practical tips on backend development each week.

Exploring Data Mapping Options in EF CORE
ef-core

Exploring Data Mapping Options in EF CORE

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

Global Query Filters in EF Core
ef-core

Global Query Filters in EF Core

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.

Eager Loading of Child Entities in EF Core
ef-core

Eager Loading of Child Entities in EF Core

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.