.NET / ASP.NET Core / C# / EF Core
Clean Architecture with .NET: Book Review
This is an in-depth review for the book with title Clean Architecture with .NET The book is authored by Casey Crouse and Steve “Ardalis” Smith. And …
Learn. Code. Listen
This is an in-depth review for the book with title Clean Architecture with .NET The book is authored by Casey Crouse and Steve “Ardalis” Smith. And …
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 …
In 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 …
JWT is short for JSON Web Tokens It is a standard format to transmit data between systems in a secure way through JSON objects This …
This article provides an introduction and a quick guide to hashing in cryptography. What is Hashing? Hashing is a method to convert a given data …