RSS Amplifier

Blog

ASP.NET Zero Blog

Technical articles, tutorials, and news about ASP.NET Zero - Enterprise-Ready .NET Web App Framework

aspnetzero.comSource feed ↗20 posts

Live Last read · last published · next check

Latest posts

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.

Why ASP.NET Zero Is a Strong Starting Point for Building SaaS Products

Learn how ASP.NET Zero helps startups and companies build SaaS products faster with built-in multi-tenancy, user management, permissions, audit logs, admin infrastructure, and Power Tools code generation.

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.

Angular vs React for ASP.NET Core: A Comprehensive Comparison Guide (2026)

In this guide, we will compare Angular and React side by side, specifically through the lens of a .NET developer who needs to pick a frontend for an ASP.NET Core backend.

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

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

How to Integrate Elsa v3 with ASP.NET Zero - Part 1: Backend Setup

This blog walks through the backend setup for integrating Elsa v3 into an ASP.NET Zero solution. It covers installing required packages, configuring the Elsa server within the ASP.NET Zero architecture, setting up persistence, and preparing the application for workflow execution.

Introducing ASP.NET Zero v15.2

ASP.NET Zero v15.2 brings a brand new React UI with Power Tools support, Angular 21 upgrade, Active Session management, AI development skills, the return of Health Checks UI, and various performance improvements.

React Performance and Preventing Unnecessary Re-renders

Learn how React re-rendering works, why unnecessary renders happen, and how to prevent them using state colocation, memoization, referential stability, and better component architecture.

Comparing AI Coding Tools for .NET Developers: A Hands-On Experience

The AI coding assistant landscape has exploded over the past two years. As a .NET developer, I have tried nearly every major tool in this space—some as my daily driver, others for specific tasks. The honest takeaway? There is no single AI coding tool that does everything well for .NET development. You will likely end up using two or three depending

.NET 11 Preview 1 is Here: What's New for Enterprise Developers?

Microsoft has just announced the first preview of .NET 11**, continuing their annual cadence of delivering major performance improvements and developer productivity features. Released on February 10, 2026, .NET 11 Preview 1 offers a first look at what’s coming next for the platform.

When Are Custom Hooks an Advantage in React, and When Do They Become a Liability?

A practical guide to React custom hooks explaining when abstraction improves readability and reuse and when it introduces unnecessary complexity and maintenance risk.

React UI has arrived in ASP.NET Zero

ASP.NET Zero introduces React UI, a modern, enterprise ready frontend built with React, Vite, Ant Design, and TypeScript. Deliver scalable applications faster with the same backend infrastructure.

What .NET 10 LTS Means for Enterprise Applications

If you are running enterprise applications on .NET 8 or .NET 9, there is an important date you need to mark on your calendar: November 10, 2026.

The State of .NET Auth in 2026

If you are a .NET developer building a modern web application in 2026, the question "How do I handle authentication?" is more complicated than it was five years ago.

TOP 10 .NET Libraries to Use in 2026

Even though AI tools and “vibe coding” is rising like crazy nowadays, real production .NET apps still need the same fundamentals: solid data access, auth, background jobs, realtime, testing, and good API contracts. These libraries are the kind of “boring but critical” building blocks you end up using in almost every serious system.