In this post, we’ll create a new gRPC project in ASP.NET Core and see what’s inside of them. Why not...
In this blog post, we’ll see how to run dotnet core projects without opening visual studio. We all...
Programmatically evaluating policies is useful when we want to provide access or hide some data based...
We saw how we could set up policy-based authorization in our previous article. In this article, we’ll...
What is a policy-based authorization? Unlike role-based authorization, which solely...
What is role-based authorization? As the name says, role-based authorization authorizes a...
While custom feature filters solve the problem of isolating the feature to a specific group or...
The evolution of microservices greatly impacted how we think, write and manage applications in the...
While feature flags allow us to turn a feature on/off in real-time without any code changes. Feature...
Feature management in ASP.NET Core is released in 2019. Some of you may know about the feature flags...
What is a Minimal API? The goal of Minimal APIs in ASP.NET Core is to create HTTP API’s...
In this post, we’ll see how to read the configuration file using the options pattern. The options...
In the previous post, we saw what are Minimal APIs and how we can create them in ASP.NET Core 6. In...
In this post, we’ll see what a REST Client for Visual Studio 2022 is and what we can do with it. The...
The reason for generating fake data can be anything. But, the most common use case I think for...
In this post, we'll see how to generate sequence numbers along with the data that we need in LINQ...