What is role-based authorization? As the name says, role-based authorization authorizes a user based on the role defined to the… Read More
Feature management in ASP.NET Core is released in 2019. Some of you may know about the feature flags and some may not… Read More
C# 3.0 introduces extension methods. These are one of the most powerful features that helped C# as a language take… Read More
what are Minimal APIs in ASP.NET Core 6 and how they are created. We'll also examine what is difference between… Read More
What are Guard Clauses? A guard in general is to protect against the damage that may happen in the future.… Read More
The reason for generating fake data can be anything. But, the most common use case I think for generating fake… Read More
Definition Observer design pattern defines a one-to-many dependency between the objects. When the object state changes, the observers are notified/updated… Read More
.NET Core console applications do not have a startup file to register the dependencies. In this post, we'll see how… Read More
This website uses cookies.