
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
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
This blog post will explore extracting a JWT token from incoming requests using C#. How to Get JWT Token from Request using C#
JWT
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.