c#

Role-based Authorization in ASP.NET Core

What is role-based authorization? As the name says, role-based authorization authorizes a user based on the role defined to the… Read More

1 year ago

The Comprehensive Guide To Feature Management In ASP.NET Core

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

2 years ago

Extension Methods And Their Benefits In Csharp

C# 3.0 introduces extension methods. These are one of the most powerful features that helped C# as a language take… Read More

2 years ago

What are Minimal APIs in ASP.NET Core 6

what are Minimal APIs in ASP.NET Core 6 and how they are created. We'll also examine what is difference between… Read More

2 years ago

What are Guard Clauses in .NET

What are Guard Clauses? A guard in general is to protect against the damage that may happen in the future.… Read More

2 years ago

How to generate Fake data in C#?

The reason for generating fake data can be anything. But, the most common use case I think for generating fake… Read More

2 years ago

Observer Design Pattern with an example in CSharp

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

3 years ago

Configuring Dependency Injection in .NET Core Console Applications

.NET Core console applications do not have a startup file to register the dependencies. In this post, we'll see how… Read More

4 years ago

This website uses cookies.