Articles

Using Dapper with the ABP Framework

Dapper is a simple and lightweight object mapper for .NET. In this article, I will show how to use it in your ABP projects.

Converting Create/Edit Modal to Page - Blazor

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

What’s New in .NET 8 🧐 ? Discover ALL .NET 8 Features⚡🚀

📢 In this post, we'll explore all the new features of .NET 8 and the changes in this new version. Grab your coffee ☕ and let's take a look at all the...

Creating Dockerfile for ABP Applications

In this post we will see how to create proper docker file for your abp application.

IdentityUser Relationship and Extending It

In this article, I will talk about the relationships of IdentityUser in every web application that can be created with the ABP framework.

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

.Net Microservice template with ABP

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

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

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.

How to Contribute to ABP Framework

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

contribution-guide