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

ASP.NET Core

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

ASP.NET Core Posts

ASP.NET Zero Common Payment System

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

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.

ASP.NET Core Configuration

In the dynamic world of web development, configuring applications effectively is crucial for adaptability and maintainability

06 March 2024

Integrating Microsoft Entra ID (Active Directory) with ASP.NET Zero

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

ASP.NET Core Localization

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