Introduction Two-factor authentication (2FA) adds an extra layer of security to your...
All articles for #dotnet
Articles From Feb 2025
Articles From Jan 2025
Managing Production Configurations in ASP.NET Core WebAPI Using Environment Variables
When you’re building modern, scalable applications with ASP.NET Core, one of the biggest challenges...
Articles From Nov 2024
Building a Linux Based Minimal and Efficient .NET 8 Application Docker Image
In this article, we will walk through a multi-stage Dockerfile optimized for building and running a...
Custom Role-Based Authorization with JWT in ASP.NET Core
In this article, I’ll guide you through implementing a custom role-based authorization handler in...