Skip to content
ASP.NET Zero awarded as one of the best 5 application development tools by See the award

Latest posts

Common Mistakes and Errors When Hosting ASP.NET Core Apps

Your application runs perfectly on your machine. You publish it to the server, open the browser, and get a blank page with `HTTP Error 500.30`. Nothing in the logs. No stack trace. Just a generic IIS error page that tells you almost nothing. Every .NET developer has been here. The frustrating part is that hosting problems are rarely caused by your

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

The Best SaaS Boilerplates and Starter Kits in 2026

Every SaaS product starts with the same boring checklist. You need authentication, user and role management, multi-tenancy, billing, a settings system, audit logging, localization, a background job runner, and an admin panel — before you write a single line of the feature that actually makes your product worth paying for

Introducing ASP.NET Zero v15.4

ASP.NET Zero v15.4 upgrades ABP packages to 11.3.0, adds customizable email templates, introduces Power Tools Global .NET Tool with Web UI and Regenerate All, migrates frontend tooling from Yarn to pnpm, improves OpenID Connect authorization code flow security, publishes Elsa v3 integration resources, and brings important security and UI fixes.

Introducing Power Tools as a Global .NET Tool

ASP.NET Zero Power Tools is getting a upgrade. The RAD experience is no longer limited to a desktop extension or a headless command-line flow. The new Power Tools can be installed as a global .NET tool, launches its own Web UI, and provides a more visible, configurable, and automation-friendly code generation workflow.

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.

Introducing ASP.NET Zero v15.3

ASP.NET Zero v15.3 brings an upgrade to ABP 11.2, Rate Limiting, External Login Linking, an Elsa 3.0 integration sample, comprehensive React UI tests, and various security and performance improvements.

React + ASP.NET Core: Enterprise Project Getting Started Guide

If you are building a modern enterprise web application in 2026, React with ASP.NET Core is one of the most practical stacks you can choose. React gives you a flexible component model, excellent ecosystem support, and strong performance with a Vite-based workflow. ASP.NET Core gives you a high-performance backend, robust security primitives, an