
7 Types of Authorization in ASP.NET Core Web API
Many developers are stuck in 1 or 2 types of authorization in ASP.NET Core: simple and RBAC. But did you know there are 5 more types of authorization in ASP.NET …
Read MoreLearn. Code. Listen
Many developers are stuck in 1 or 2 types of authorization in ASP.NET Core: simple and RBAC. But did you know there are 5 more types of authorization in ASP.NET …
Read MoreIn this article we will learn about the Data Protection API in ASP.NET Core. This API is not considered something new; It has existed since the days of .NET Framework …
Read MoreJWT is short for JSON Web Tokens It is a standard format to transmit data between systems in a secure way through JSON objects This article gives you a foundational …
Read MoreThis article provides an introduction and a quick guide to hashing in cryptography. What is Hashing? Hashing is a method to convert a given data to a fixed-length data called …
Read More