Articles

ABP Framework — 5 steps Go No Go Decision Tree

A software development framework is a tool that provides a set of components for different applications to reduce the cost and time of developing the ...

Why ABP Framework is one of the best tools for migration from legacy MS Access systems to latest Web app

Migrating legacy MS Access systems to the web platform can be a challenging task for many organizations. However, by using the ABP Framework and ABP S...

How to Use the Weixin Authentication for MVC / Razor Page Applications

This guide demonstrates how to integrate Weixin to an ABP application that enables users to sign in using OAuth 2.0 with credentials.

asp.net-core Weixin

Deploying abp.io to an Azure AppService

I've found the process to fixing a common deployment problem a bit scattered and wanted to pull it all together to help the community. This blog help...

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

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