Browser Link in .Net Core: A nice example of SignalR

In this post, we will see Browser link feature of the Visual studio with Net Core. This feature is quite old so you might know this but to all those who do not know about browser link. Browser Link is a feature in Visual Studio that creates a communication channel between the development environment and … Continue reading Browser Link in .Net Core: A nice example of SignalR

CORS in .Net Core: .Net Core Security Part VI

You can find all .Net core posts here. In these series of posts, we will see how to secure your .Net Core applications. In this post, we will see what is CORS and how to enable CORS in your .Net Core application. What is CORS? Before going for the basic question “What is CORS?”, Let us take a scenario related to … Continue reading CORS in .Net Core: .Net Core Security Part VI

Global Authorization Filter in .Net Core: .Net Core Security Part – V

You can find all of my  .Net core posts here. In these series of posts, we will see how to secure your .Net Core applications. In this post, we will see how to add the Authorize globally in your .Net Core application. Let us assume we need to add Authorize filter globally which means we are no more require to … Continue reading Global Authorization Filter in .Net Core: .Net Core Security Part – V

Azure Vault key security pattern: Cloud design patterns part I

You can find my all .Net core posts here. By this post, I am starting the series of post on Cloud design patterns. These patterns are mostly generic and can be used with any cloud provider but in this series, I will mainly focus on the Azure. Let us first see some of the basic information … Continue reading Azure Vault key security pattern: Cloud design patterns part I

Solution for the SignalR error “Failed to start the connection. Error- Method Not Allowed” : .Net Core Errors Part III

You can find all .Net core posts here. .Net Core was introduced in last few months and people has started adopting it. In this series of post, I will put some frequent errors during .Net Core development and some important topics for the Core. In this post we will see how to resolve the error: Failed to start the connection. Error: … Continue reading Solution for the SignalR error “Failed to start the connection. Error- Method Not Allowed” : .Net Core Errors Part III

Web API Security with IdentityServer4: IdentityServer4 with .Net Core Part III

Note – You can find the source code of my sample application here. You can find all .Net core posts here. In my previous post on IdentityServer4, I explained how to set up an Auth server and also created a client. You can find the post here. I would request you to go through this previous post before … Continue reading Web API Security with IdentityServer4: IdentityServer4 with .Net Core Part III

Step by step setup for the Auth server and the client: IdentityServer4 with .Net Core Part II

Note – You can find the source code of my sample application here. (Note that the code may contain extra code, concentrate on Auth Server and client for now) You can find all .Net core posts here. In my previous post on IdentityServer4, I explained the basics of IdentityServer4 which you can find here. In this post, we … Continue reading Step by step setup for the Auth server and the client: IdentityServer4 with .Net Core Part II

First look of Asp .Net Core 2.1 preview 1: Convert existing .Net Core application to .Net Core 2.1

You can find all .Net core posts here. Finally, .Net Core 2.1-preview is out for people to try it. Before 2 days, .Net team has announced the first preview of the .Net Core 2.1 Let us see some of the highlights for this release. How to download .Net Core 2.1? You can download the latest stable version … Continue reading First look of Asp .Net Core 2.1 preview 1: Convert existing .Net Core application to .Net Core 2.1