Articles

ABP's Conventional Dependency Injection

This post answers the question of why ABP's Conventional Dependency Injection feature is so useful.

dependency-injection

Introduce DTM for Multi-Tenant Multi-Database Scene

This article shares a new way to solve issue #10036 using the DTM's 2-phase messages pattern.

Creating Mobile Apps using Ionic and ABP Framework

In this article, we will create an example application that will use the ABP Framework as a backend for a mobile application that can run on an iOS or...

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.

Using Switch Startup Project Extension for Visual Studio

In this article, I want to show how I use the Switch Startup Project Extension to make development of an ABP Framework application a little bit faster...

Generate PDF's in an ABP Framework Project using Scryber.Core

In this article, we'll create a basic application with blazor-server for UI to demonstrate generating and downloading PDF's can be implemented in an A...

Dealing with Multiple Implementations of a Service in ASP.NET Core & ABP Dependency Injection

I will explain how you can register multiple implementations of the same service interface and inject/resolve all these implementations when you need ...

dependency-injection

Flutter Web Authentication From ABP

How to consume Authentication with OAuth2 with abp frameworks Identity service in Flutter web.

Handle Concurrency with EF Core in an ABP Framework Project with ASP.NET Core MVC

In this article, we'll create a basic application to demonstrate how "Concurrency Check/Control" can be implemented in an ABP project.

Social Media Logins with ABP

The Account Module has already configured to handle social or external logins out of the box. We will see each line by line progress till the end goal...

social-external-logins