Using Memory Configuration Provider In .NET Applications
In one of my previous posts this month, I briefly wrote about the configuration providers. There are many different types of configuration providers. In this article, let's have a look…
In one of my previous posts this month, I briefly wrote about the configuration providers. There are many different types of configuration providers. In this article, let's have a look…
In previous article, we have seen how to create environment specific Startup classes. This article is just extension to it. In this article, let's have a look at how can…
In previous two articles, we have seen how to set the environment variables and how the environment variables play role in config transformations. In this article, let's have a look…
In .NET, the application configuration is stored in appsettings.json file. This article explains how can config transformations be applied to configurations in appsettings.json in .NET applications. Why Config Transformations? The…
As we all know, .NET 5 has been released few months back and now .NET 6 previews are also available. If you know this, then it is not a news…
This blog post is continuation of my previous post. In the previous post, I tried to discuss about what is refresh token, why it is required and generally how it…
Few months back, I wrote few articles about how to secure the Web APIs using different mechanisms. The focus of those articles were mostly on the authentication aspects. If you…
In last few articles, I have been trying to go through all the common and important aspects related to ASP .NET Core middleware. If you are interested, below are the…
Every ASP .NET Core request processing pipeline has one or more than one middleware components. In this article, let's have a look at how to test the middleware components /…
In last article, we have seen what is a middleware and how the middlewares are configured in ASP .NET Core application pipeline. We discussed how to configure them using Run…
The world of .NET Core is not new to most of us. We have been hearing about it since last few years and many of us already started using it.…
Let's have a quick walkthrough of .NET Framework releases, .NET Core, .NET Standard and .NET 5. .NET Framework Back in late 90s, Microsoft released the initial versions of .NET Framework.…