Dapper is a simple and lightweight object mapper for .NET. In this article, I will show how to use it in your ABP projects. Continue Reading
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). Continue Reading
In this article, I'll show you all the object inheritance mapping strategies in Entity Framework Core, especially the new one: TPC Inheritance Mapping... Continue Reading
The new EF Core 7 interceptors. Continue Reading
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... Continue Reading
With a multi-lingual application, you can expand your market share, but if not designed well, may your application will be unusable. So, I've tried to... Continue Reading
In this article, we'll create a basic application to demonstrate how "Concurrency Check/Control" can be implemented in an ABP project. Continue Reading
In this we will continue with the last one and add EF Core to our Minimal ABP module. Continue Reading
In this article, we'll create a BookStore application like in the ABP tutorial and add an extra Category feature to demonstrate how we can manage the ... Continue Reading