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
MVC How To ASP.NET Core14 March 2023
31 January 2024
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
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
In this article we will see how we can integrate the **Telerik UI** for ASP.NET Core (Kendo) components with our **Asp.Net Zero** MVC app
How to convert AspNet Zero's tenant create & edit modals to regular mvc pages.
Debug ASP.NET Zero with Docker containers
How to implement tenant information independent login
02 March 2022
Integrate DevExpress Reporting to ASP.NET Zero (ASP.NET Core version) step by step.
02 March 2022
Integrate Elsa with ASP.NET Zero and create a simple workflow following official Elsa Dashboard + Server document.