Articles

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

Docker Deployment using docker swarm

This is a step-by-step guide on how to set up a server and deploy a docker container using a docker swarm. you will learn how to deploy the ABP micros...

Consume an ABP API (OpenIddict) from a .NET Core console Application

From version 6.0.0 ABP will start to use OpenIddict instead of IdentityServer. In this article, I will show you how you can connect to an OpenIddict p...

openiddict

A BaseEfCoreRepository class that inherits from EfCoreRepository

In this article, I explain how you can create a BaseEfCoreRepository class that inherits from the EfCoreRepository class of the ABP Framework.

EfCore

Connect an ABP application with OpenIddict to Zapier - Part 3

This article builds on the foundation established in Part 1 of the series to show you how you can extend the functionality of your system with Zapier ...

Extending the Application Configuration Endpoint

ABP Framework provides a standard endpoint that contains some useful information about the application, such as localization values, current user info...

Connect an ABP application with OpenIddict to Zapier - Part 2

This article builds on the foundation established in Part 1 of the series to show you how you can extend the functionality of your system with Zapier ...

Zapier openiddict

Connect an ABP application with OpenIddict to Zapier - Part 1

This article is designed to walk you through the steps to configure an ABP Framework application, using the OpenIddict module for an identity server, ...

Zapier openiddict

Create database per tenant in SQL Elastic Pool with ABP Commercial

In this short article lets learn how to create tenant wise databases and add them to the elastic pool server programmatically using ABP Commercial.

Using Twilio Webhooks in ABP Commercial

In this article, let us learn how to connect Twilio (Publisher) and a ABP Commercial web application (subscriber) using webhooks .