Articles

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

How to integrate WPF template with an ABP solution including tests

Like the WPF template but need some direction on how to integrate it into the solution? This article is for you.

MudBlazor Theme in ABP Blazor WebAssembly (FINAL)

In this part, I will show you how to customize/override pre-built Blazor pages of the Identity Module using MudBlazor components.