Articles

Image Compression and Resize with ABP Framework

In this article, I will show how to compress and resize images easily with the ABP Framework's new Image Manipulation System, which is introduced in v...

Manage Quartz with SilkierQuartz

This article show how to achieve a feature-rich job management and execution history dashboard similar to Hangfire using SilkierQuartz.

ABP Helper Methods

While coding we use extension methods and helper methods frequently. They help us to achieve common operations in a declarative way. We use them to sp...

utilities

How to replace SwaggerUI with RapiDoc

The post shows how to replace SwaggerUI with RapiDoc as the default API documentation page in an abp.

swagger RapiDoc

Kubernetes Integrated Microservice Development with .NET and ABP Studio

I introduce an efficient way of creating a development environment that is well integrated to Kubernetes. In this way, you can just run the microservi...

What's new in Angular 16? New Features and Updates

In this article we examined Angular version 16. This version have a lot of features and improvements 🚀🚀

Authority Delegation In ABP Commercial

In this post I'll explain a new feature from ABP Commercial 7.2.0: Authority Delegation.

Converting Create/Edit Modal to Page AngularUI

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

How to Export Data to Excel Files with ASP.NET Core Minimal API

As a developer, you may need to work with file-based data sources, and exporting data to Excel files is a common requirement in many applications. In ...

ABP React Template

React Starter Template for ABP application with Next.js and Tailwind CSS is ready to use. You can use this template to start your next project.