Posts

POST

Streamline Localization in Your ABP Project

Making localization changes to an ABP project can be a daunting task, especially if you're dealing with multiple languages and translations. During de... Read More

POST

.Net Microservice template with ABP

In this post, I will show you how to create an ABP microservice using a dotnet new template. Read More

.M
POST

Migration of legacy Power Builder systems to latest Web platform with ABP Framework

Organizations have been migrating from PowerBuilder to web-based platforms for improved accessibility, security, scalability, efficiency, integration,... Read More

POST

Converting Create/Edit Modal to Page

In this document we will explain how to convert BookStore's Books create & edit modals to regular razor pages. Read More

CC
POST

How to Contribute to ABP Framework

In this article I will explain how you can contribute to the open source ABP Framework. Read More

POST

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

POST

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

POST

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

POST

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

POST

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