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
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
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.
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.
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.
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.
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.
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.
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
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
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.
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.
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.
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
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.
A practical guide to React custom hooks explaining when abstraction improves readability and reuse and when it introduces unnecessary complexity and maintenance risk.
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.
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.
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.