entity-framework-core

Videos

Posts

Bulk Operations with Entity Framework Core 7.0

With .NET 7, there are two new methods such as ExecuteUpdate and ExecuteDelete available to execute bulk operations.

Value generation for DDD guarded types with Entity Framework Core 7.0

This article explains using of DDD guarded types in ABP application and the new feature of Entity Framework Core 7.0 that provides value generation fo...

Model building conventions in Entity Framework Core 7.0

In this article, I will show you one of the new features of EF Core 7 named "Model building conventions".

Injecting Service Dependencies to Entities with Entity Framework Core 7.0

Why we may need to have references to other services in an entity class and how we can implement Entity Framework Core's new IMaterializationIntercept...

JSON Columns in Entity Framework Core 7

In this article, we will see how to use the new JSON Columns features that came with EF Core 7 in an ABP based application (with examples).

Inheritance Strategies in Entity Framework Core 7

In this article, I'll show you all the object inheritance mapping strategies in Entity Framework Core, especially the new one: TPC Inheritance Mapping...

The new EF Core interceptors in Entity Framework Core 7.0

The new EF Core 7 interceptors.

Configuring Multiple DbContexts in an ABP Framework Project

This article is designed to walk you through the basic steps to extend your ABP Framework solution and to take advantage of a multi-database architect...

Handle Concurrency with EF Core in an ABP Framework Project with ASP.NET Core MVC

In this article, we'll create a basic application to demonstrate how "Concurrency Check/Control" can be implemented in an ABP project.

ABP Framework Minimalist Application with EF Core (Part 2)

In this we will continue with the last one and add EF Core to our Minimal ABP module.