Black Friday is around the corner, and we’re excited to bring you a campaign designed to help you get the most out of our products. Whether you’re expanding your team or upgrading your plan, this is your chance to do it at an unbeatable value!
21 November 2024
Marketing14 March 2023
31 January 2024
In the dynamic world of web development, configuring applications effectively is crucial for adaptability and maintainability
06 March 2024
ASP.NET Zero v13.1: Excel Importing, Common Payment System, Column selection for user excel exporting, Using System.Text.Json to replace Newtonsoft, Upgrade to ABP 9.1
28 February 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.
ASP.NET Zero v13.0: Get ready to explore the latest enhancements in ASP.NET Zero! Multi-Lingual Entity Support, .NET 8, Angular 17, Metronic 8.2.0, GraphQL 7.x, and ABP 9.0 upgrades.
12 December 2023
ASP.NET Zero v12.4: Enhanced finding user feature, fixing ui bugs, and minor features. Power Tools: Adding typeahead (autocomplete) feature for master detail pages, unlock ASP.NET Zero Power Tools!
19 October 2023
ASP.NET Zero v12.3: Enhanced authentication with OpenIddict, Angular 16 upgrade, Power Tools Oracle DB integration, logo uploads, Elsa workflow synergy, and improved MAUI app support. Empowering exceptional web apps.
10 August 2023
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.