Articles

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.

MudBlazor Theme in ABP Blazor WebAssembly PART 4

In this part, I'll show how to create CRUD pages with MudBlazor components.

Zero Trust Microservice Architecture with ABP Framework

In this article we will explore how to integrate a zero trust microservice architecture with ABP Framework.

Creating a Discord Bot with .NET and the ABP Framework

In this article we will explore how to integrate Discord .NET with ABP.

discord-bot

Quick Start: Build ToDoApp

This playlist contains Quick Start: Build ToDoApp on ABP Framework MVC/Razor Pages. It is the video version of tutorial on docs.abp.io. The four video...

MudBlazor Theme in ABP Blazor WebAssembly Part 3

In this part, I will show you how to replace the built-in messaging service to show MudBlazor message boxes.

Using ABP Client Proxies in MAUI with OpenID Connect

The purpose of this article is to integrate ABP Core into the MAUI project and initialize it as an AbpModule then make able consuming API using ABP IA...