NuGet for unit testing ASP .NET Core middleware
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…
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.…
In one of the previous article, we have created a .NET Core web application and accessed the secrets stored in Azure key vault. We have seen how how to allow Visual studio to access the key…
In this article, let's have look at how a .NET Core WPF application can be protected using Azure AD B2C and how can it call the APIs which are also…
In this article, let's have a look at how to enable authentication in .NET Core WPF application. Prerequisites For following all steps in this article, we will need Azure Subscription.…
In last article, we have seen how to setup the federation between Google and Azure AD B2B. In this article, let's have a look at how to setup federation with…
Azure AD B2B is used as identity and access management service which is meant for enterprise application. The enterprise applications are generally targeted to users in an organization. All these…
Many organizations are now moving to Microservices and APIs calling other APIs is very common in Microservices architecture. In this article, let's see how a secured API can call another…
I have created few demo applications by following Microsoft Documentation and published blog articles as well. While working on those demo applications, I faced some difficulties. Many of the issues…