Articles

ASP.NET Core Metrics with .NET 8.0

In this article, I'll show you the new built-in metrics of .NET 8, which are basically numerical measurements reported over time in your application a...

Create a Windows Service with ABP Framework

I will show you how to create a Windows Service with ABP Framework. The service will access to the database with ABP repositories.

windows-service

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.

Upload/Download Files to Azure Storage with the ABP Framework

This step-by-step article explains how to use the BLOB Storing system of the ABP Framework to upload a file to Azure Storage.

Using DevExpress Blazor UI Components With the ABP Framework

I will show you how to integrate DevExpress Blazor UI components into ABP Framework-based applications.

blazor DevExpress

Customize ABP Angular Application UI with AdminLTE.

In this article, I demonstrated how to customize the angular UI for your ABP application using the AdminLTE template.

Consume ABP API from Flutter App

If you are using the ABP Framework and want to authenticate and consume it in your Flutter application, please read further where I will give a short ...

How to Design Multi-Lingual Entity

With a multi-lingual application, you can expand your market share, but if not designed well, may your application will be unusable. So, I've tried to...

multi-lingual-entity

Integrating DevExpress Reporting To ABP MVC Application

Step by step integration of DevExpress Reporting; End-User Report Designer and Document Viewer to an ABP MVC Application including bundling and troubl...

mvc DevExpress

ABP Framework consumed by a .NET MAUI app

In this article, I will show you how you can consume an ABP Framework application with a .NET Maui app.

maui