Karthik Chintala

Karthik Chintala @karthikchintala

About: Developer. Blogger

Location:
Bengaluru, India
Joined:
Sep 3, 2018

Karthik Chintala
articles - 16 total

Exploring gRPC project in ASP.NET Core

In this post, we’ll create a new gRPC project in ASP.NET Core and see what’s inside of them. Why not...

Learn More 0 0May 22 '23

Run dotnet core projects without opening visual studio

In this blog post, we’ll see how to run dotnet core projects without opening visual studio. We all...

Learn More 1 0Apr 11 '23

Programmatically evaluating policies in ASP.NET Core

Programmatically evaluating policies is useful when we want to provide access or hide some data based...

Learn More 0 0Apr 5 '23

Multiple authorization handlers for the same requirement in ASP.NET Core

We saw how we could set up policy-based authorization in our previous article. In this article, we’ll...

Learn More 0 0Apr 5 '23

Policy-Based Authorization in ASP.NET Core

What is a policy-based authorization? Unlike role-based authorization, which solely...

Learn More 1 0Apr 5 '23

Role-based Authorization in ASP.NET Core

What is role-based authorization? As the name says, role-based authorization authorizes a...

Learn More 0 0Apr 5 '23

Contextual Feature Filters in ASP.NET Core

While custom feature filters solve the problem of isolating the feature to a specific group or...

Learn More 0 0Nov 7 '22

Tips for converting existing ASP.NET applications to ASP.NET Core

The evolution of microservices greatly impacted how we think, write and manage applications in the...

Learn More 2 0Nov 7 '22

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...

Learn More 0 0Nov 5 '22

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...

Learn More 1 0Nov 5 '22

What are Minimal APIs in ASP.NET Core 6

What is a Minimal API? The goal of Minimal APIs in ASP.NET Core is to create HTTP API’s...

Learn More 0 0Aug 29 '22

Strongly Typed Configurations with Options Pattern

In this post, we’ll see how to read the configuration file using the options pattern. The options...

Learn More 0 0Aug 31 '22

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. In...

Learn More 0 0Nov 5 '22

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 it. The...

Learn More 0 0Aug 31 '22

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...

Learn More 0 0Nov 5 '22

Generating Sequence Numbers In LINQ

In this post, we'll see how to generate sequence numbers along with the data that we need in LINQ...

Learn More 0 0Nov 8 '22