Articles

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

The new EF Core interceptors in Entity Framework Core 7.0

The new EF Core 7 interceptors.

What's new with .NET 7?

In this article, I will highlight a few interesting features that are now available with the release of C# 11 and .NET 7.

dotnet7 dotnet

Notice and Solve ABP Distributed Events Disordering

ABP developers should notice the distributed events disordering since events will no longer be linearizability due to the limitations of network laten...

distributed-events

How to add a custom grant type in OpenIddict.

How to add a custom grant type in OpenIddict

openiddict

Integrating and enabling the Chat module in ABP Commercial

This article outlines the steps to implements real time messaging between users for an application using ABP commercial . Let us see how you can integ...

Upgrade Your Existing Projects to .NET7

In this article, I will share our experiences while upgrading to .NET 7.

Testing in ABP Framework (with examples)

In this post, we will take a brief look at the testing infrastructure of ABP Framework and cover some common requirements (such as mocking the Current...

testing

Abp Blazor Multi-Tenant Subdomain Resolution

Describes a way to implement per-tenant subdomain resolution for ABP using the Blazor UI.

Use Stepping To Perform Atomic Multi-Step Operations

Stepping is a distributed BASE jobs implementation. You can use it as a workflow engine, event outbox/inbox, email/SMS sender, remote invoker, and mor...