With .NET 7, there are two new methods such as ExecuteUpdate and ExecuteDelete available to execute bulk operations.
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...
In this article, I will show you one of the new features of EF Core 7 named "Model building conventions".
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...
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).
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 7 interceptors.
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...
In this article, we'll create a basic application to demonstrate how "Concurrency Check/Control" can be implemented in an ABP project.
In this we will continue with the last one and add EF Core to our Minimal ABP module.