September 2021
Understand SOLID Principles in C#
.
The SOLID principles are a standard software development practice that should be followed in all software applications that use Object-Oriented Programming. They set the norm of how to write a program with clean architecture. SOLID principles in C# help to…
JWT Token Authentication Example with .NET 5
.
In this article, we will learn about JWT Token Authentication and how to create JWT Token-based Web API in .NET 5 or .NET Core. What is JWT Token Authentication? As per JWT.io – “JSON Web Tokens are an open, industry-standard…
