Learn how to implement dynamic permissions in ASP.NET Zero. Create custom permissions dynamically, manage roles, and extend functionality for tailored access control.
10 December 2024
How To ASP.NET Core14 March 2023
31 January 2024
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.
Introducing ASP.NET Zero's latest release! Xamarin to MAUI migration, bug fixes, and minor features. Power Tools: Revolutionize UI testing with streamlined automation. Effortlessly generate tests in a few clicks. Analyze UI, automate test cases, save time. Embrace efficiency, upgrade workflow, unlock ASP.NET Zero Power Tools!
30 May 2023
ASP.NET Core localization is a feature that allows applications to support multiple languages and cultures, making it easier to reach a global audience.
14 March 2023
What is AntiForgerty token, why it's so important and how to set AntiForgery cookie HttpOnly in ASP.NET Zero
09 March 2023
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
Load testing generally refers to the practice of modeling the expected usage of a software program by simulating multiple users accessing the program concurrently. I will try to explain you how to load test authenticate endpoint on an ASP.NET Zero app.
02 June 2022
How to convert AspNet Zero's tenant create & edit modals to regular mvc pages.
Debug ASP.NET Zero with Docker containers