Contact Us

How To

Using AutoMapper After Migrating to Mapperly

Using AutoMapper After Migrating to Mapperly

ASP.NET Zero switched its default object-to-object mapper from AutoMapper to Mapperly in v15.2. This is a complete, step-by-step guide to reverting your solution back to AutoMapper: choosing an AutoMapper version under the new commercial license, building and publishing Abp.AutoMapper to a local NuGet feed, swapping the ABP module, restoring Custom

04 August 2026

How To

How To Posts

How to Integrate Elsa v3 with ASP.NET Zero MVC
How to Integrate Elsa v3 with ASP.NET Zero MVC

This guide walks through integrating Elsa v3 into an ASP.NET Zero MVC project. It covers creating the ElsaServer sidecar process, configuring shared JWT authentication, multi-tenancy support, auto-starting the server, and embedding the Elsa Studio workflow designer inside an MVC Razor view via an iframe.

03 June 2026

Angular + ASP.NET Core: Enterprise Project Getting Started Guide (2026)
Angular + ASP.NET Core: Enterprise Project Getting Started Guide (2026)

If you are building an enterprise web application in 2026, the combination of Angular and ASP.NET Core is one of the strongest choices you can make. Angular gives you TypeScript safety, a powerful component architecture, and a mature ecosystem. ASP.NET Core gives you a high-performance, cross-platform backend with first-class dependency in

02 April 2026

Integrating ASP.NET Zero with Keycloak
Integrating ASP.NET Zero with Keycloak

Centralized authentication is a common requirement in enterprise applications. Keycloak provides a powerful open-source Identity and Access Management system, while

07 November 2025

How to Integrate Azure Functions with ASP.NET Zero
How to Integrate Azure Functions with ASP.NET Zero

Azure Functions is a powerful serverless computing platform that enables developers to build scalable and event-driven applications without managing infrastructure. Instead of handling server configurations manually, Azure Functions leverages the cloud to manage scaling, updates, and performance automatically—saving time and reducing costs. ASP.NE

05 August 2025

How to Implement Dynamic Permissions in ASP.NET Zero
How to Implement Dynamic Permissions in ASP.NET Zero

Learn how to implement dynamic permissions in ASP.NET Zero. Create custom permissions dynamically, manage roles, and extend functionality for tailored access control.

10 December 2024

Use API Versioning in ASP.NET Zero
Use API Versioning in ASP.NET Zero

APIs are the backbone of modern applications. As your API evolves, adding new features and updating old ones becomes inevitable. This is where API versioning comes into play. But why is API versioning important, and how do we implement it in ASP.NET Core?

30 October 2024

How to Enable or Disable Soft Delete Filter in the ASP.NET Zero UI
How to Enable or Disable Soft Delete Filter in the ASP.NET Zero UI

Soft delete is a frequently used feature in applications that can be used to mark data as deleted without removing it from the database. In some cases, users may have to switch between views that show or hide soft deleted data. In this blog post, we looked at how to implement a permission-based soft delete filter in an ASP.NET Zero application. We

08 October 2024

Building a Modular Monolith Application with ASP.NET Zero
Building a Modular Monolith Application with ASP.NET Zero

After the rise of Microservice architecture, Modular Monolith became popular nowadays. ASP.NET Zero, a powerful framework for building enterprise applications, supports this architecture elegantly. In this blog post, we'll explore how to create a modular monolith application using ASP.NET Zero.

30 July 2024

Switching Between Organization Units
Switching Between Organization Units

In most companies, a user belongs to more than one organization. Also, in some applications, we need to filter the data shown depending on the logged-in user's organization. For such scenarios, allowing users to select one of the organizations they belong to is a good practice.

26 June 2024

Mastering Multi-lingual Database Design in ASP.NET Core with EF Core
Mastering Multi-lingual Database Design in ASP.NET Core with EF Core

This post explores different approaches, their pros and cons, and dives into implementing them in ASP.NET Core using Entity Framework Core (EF Core) with code examples.

ASP.NET Zero Awarded As One of the Best 5 Application Development Tools by Get App Logo Learn More