Articles

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...

Rate Limiting with ASP.NET Core 7.0

In this article, we will look at what rate limiting is, why we need to use it, how the different rate limiting algorithms provided with .NET 7.0 work,...

dotnet7 dotnet

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".

gRPC Health Checks with ASP.NET Core 7.0

This article will show how to use gRPC health checks with the ABP Framework.

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...

ASP.NET Core 7.0 Output Caching Middleware

A new middleware component included with.NET 7 is output caching instead of calling for each request.

dotnet7 dotnet

Signalr Client Results in ASP.NET Core 7.0

ASP.NET Core 7 supports requesting a result from a client.

gRPC JSON Transcoding with ASP.NET Core 7.0

In this article, I'll show you one of the new features that came with .NET 7: JSON Transcoding. JSON Transcoding is an extension for ASP.NET Core that...