C# Implicit Using in C# Learn everything you need to know about implicit usings in C#. This guide covers how implicit usings work, how to manage them, and the benefits of using them to write cleaner, more efficient code in C# 10 and .NET 6
JWT Featured C# Get JWT Token from Request .NET 6 This blog post will explore extracting a JWT token from incoming requests using C#. How to Get JWT Token from Request using C#
JWT Featured C# JWT Authentication .NET 6 In this article, we will work on implementing C# JWT Authentication using .NET 7 - which also works for .NET 6, and preview .NET 8 - using ASP.NET Core.