Articles

Bulk Operations with Entity Framework Core 7.0

With .NET 7, there are two new methods such as ExecuteUpdate and ExecuteDelete available to execute bulk operations.

Unifying DbContexts for EF Core / Removing the EF Core Migrations Project

This article shows how to remove the EntityFrameworkCore.DbMigrations project from your solution to have a single DbContext for your database mappings...

How to customize the login page of an ABP blazor application

How to customize the login page of an ABP blazor application

blazor login-page

How to Integrate the Telerik UI for ASP.NET Core (Kendo) components with the ABP MVC UI

https://github.com/kfrancis/telerik-and-abpio/

Using DevExtreme Components With the ABP Framework

Hi, in this step by step article, I will show you how to integrate DevExtreme components into ABP Framework-based applications.

Upgrade Your Existing Projects to .NET7

In this article, I will share our experiences while upgrading to .NET 7.

EF Core 8 - Enhancements to JSON column mapping

In this article, we will examine the enhancements introduced in EF Core 8 for the JSON column feature, building upon the foundation laid by JSON colum...

Integrating MAUI Client via using OpenID Connect

A demonstration for connecting ABP backend from a MAUI app via using OpenID connect. In this flow, a web browser will be opened when user tries to log...

maui openid-connect

How to Hide ABP Related Endpoints on Swagger UI

In this article, we will show how to show/hide ABP related endpoints on Swagger UI by enabling/disabling them on the Setting Management page.

Creating an Event Organizer Application with the Blazor UI

we will create an example application that is a simple meeting/event organizer. People create events and other people registers to the events.

blazor