All articles for #dotnet

Articles From Apr 2025

Understanding C# ref and out Keywords: A Friendly Guide

In C#, ref and out let methods modify variables directly in the caller’s scope by passing them by...

  • 54

  • 0

  • 0

Articles From Feb 2025

Implementing TOTP-Based Two-Factor Authentication in .NET Web API

Introduction Two-factor authentication (2FA) adds an extra layer of security to your...

  • 236

  • 1

  • 0

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...

  • 127

  • 0

  • 0

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...

  • 757

  • 1

  • 0

Implementing HTTP Request and Response Encryption in ASP.NET Core with Custom Attributes

Securing Data Transmission in ASP.NET Core Web APIs: A Custom Encryption Implementation In...

  • 172

  • 0

  • 2

Custom Role-Based Authorization with JWT in ASP.NET Core

This implementation demonstrates a robust authorization system for ASP.NET Core applications,...

  • 150

  • 1

  • 0