Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC
Contact Us

How To

Use API Versioning in ASP.NET Zero

Use API Versioning in ASP.NET Zero

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 Core

How To Posts

How to Enable or Disable Soft Delete Filter in the ASP.NET Zero UI

Soft delete is a frequently used feature in applications that can be used to mark data as deleted without removing it from the database. In some cases, users may have to switch between views that show or hide soft deleted data. In this blog post, we looked at how to implement a permission-based soft delete filter in an ASP.NET Zero application. We

08 October 2024

Building a Modular Monolith Application with ASP.NET Zero

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

Switching Between Organization Units

In most companies, a user belongs to more than one organization. Also, in some applications, we need to filter the data shown depending on the logged-in user's organization. For such scenarios, allowing users to select one of the organizations they belong to is a good practice.

26 June 2024

Mastering Multi-lingual Database Design in ASP.NET Core with EF Core

This post explores different approaches, their pros and cons, and dives into implementing them in ASP.NET Core using Entity Framework Core (EF Core) with code examples.

Converting Create/Edit Modal to Page (Mvc)

How to convert AspNet Zero's tenant create & edit modals to regular mvc pages.

02 March 2022

File Upload Tutorial (Mvc)

Use file upload in ASP.NET Zero project

02 March 2022

Converting Create/Edit Modal to Page (Angular)

How to convert AspNet Zero's tenant create & edit modals to regular Angular pages.

02 March 2022

File Upload Tutorial (Angular)

Use file upload in ASP.NET Zero project

02 March 2022