How to create a custom feature filter in ASP.NET Core

While feature flags allow us to turn a feature on/off in real-time without any code changes. Feature filters go one… Read More

2 years 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

Strongly Typed Configurations with Options Pattern

In this post, we'll see how to read the configuration file using the options pattern. The options pattern is recommended… Read More

2 years ago

Refactoring Minimal APIs with Carter

In the previous post, we saw what are Minimal APIs and how we can create them in ASP.NET Core 6.… Read More

2 years ago

REST Client For Visual Studio 2022

In this post, we'll see what a REST Client for Visual Studio 2022 is and what we can do with… 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

Cancelling a request issues a cancellation on backend?

In the previous post, we saw how to cancel a request using axios in VueJS. So, does cancelling a request… Read More

3 years ago

This website uses cookies.