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.
17 April 2026
Angular ASP.NET Core React
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
If you've been anywhere near the software development world in the past year, you've probably heard the term "vibe coding." Popularized in 2025, vibe coding represents a fundamental shift in how developers build software. Instead of typing every line of code, developers now describe what they want in natural language and let AI tools like GitHub Co
07 January 2026
ASP.NET Zero's common payment system allows developers to process payments for any service/good either one time or in a recurring way.
24 May 2024
In this blog post, we will integrate Kendo UI Angular with ASP.NET Zero. We will create a product crud app and display data with Kendo UI's Angular Grid component.
Adding Microsoft Entra ID to your ASP.NET Zero project is a quick and effective way to ensure a secure authentication process. After the basic App Registration steps in the Microsoft Entra ID (AD), you will take just a few steps to implement OpenID integration in your ASP.NET Zero project.
06 February 2024
HttpOnly cookies are a type of cookie that can only be accessed and manipulated by the server through HTTP requests, not by JavaScript or client-side code. They enhance security by preventing cross-site scripting (XSS) attacks that could steal sensitive information stored in cookies.
Elsa is a great open source .NET Standard workflows library. Elsa allows creation of workflows by code, by JSON definition or by its workflow designer UI. In this document, we will basically integrate Elsa with ASP.NET Zero and create a simple workflow following official Elsa Dashboard + Server document.
How to implement tenant information independent login
02 March 2022
We will create a sample phonebook application based on ASP.NET Zero (ASP.NET Core & Angular version) step by step
02 March 2022