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
Category: .Net Core 2.1
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
Use DbContextPooling to improve the performance: .Net Core feature
You can find all .Net core posts here. I have seen many awesome and new features sailed with ASP .Net Core 2.1. I have written a post for ASP Net Core 2.1 features which you can find here. In this post, we will see one awesome EF Core 2.1 feature which is DBContext pooling. There is not … Continue reading Use DbContextPooling to improve the performance: .Net Core feature
Solution for the error “Cannot find compilation library location for package ‘Microsoft.Win32.Registry” : .Net Core Errors Part II
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: InvalidOperationException: Cannot … Continue reading Solution for the error “Cannot find compilation library location for package ‘Microsoft.Win32.Registry” : .Net Core Errors Part II
IdentityServer4 in simple words: IdentityServer4 with .Net Core Part I
You can find all .Net core posts here. Once I explored and wrote about Authentication in .Net Core using Identity here, many people have asked me to explore and write on IdentityServer4. So I am starting a series of posts in which I will mainly concentrate on IdentityServer4 In this first post, we will see some … Continue reading IdentityServer4 in simple words: IdentityServer4 with .Net Core Part I
Secure .Net Core applications from the Open Redirect attacks: .Net Core security Part IV
You can find my 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 how to secure your .Net Core application from the Open Redirect attack. What is Open Redirection attack? Open Redirection attack is a URL Redirection. An Open Redirection attack is a kind … Continue reading Secure .Net Core applications from the Open Redirect attacks: .Net Core security Part IV
Secure .Net Core applications from Click Jacking: .Net Core security Part III
You can find my 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 how to secure your .Net Core application from the ClickJacking attack. What is ClickJacking? Clickjacking, also known as a "UI redress attack", is when an attacker uses multiple transparent … Continue reading Secure .Net Core applications from Click Jacking: .Net Core security Part III









