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
Category: asp.netcore2.0
Twitter Login setup in .Net Core(2.1) : Step by step guide
You can find my .Net core posts here. Note – You can find the source code of my sample application here. Now a days, adding Username and Password is not enough for the authentication, we need some more secure ways for our application. Authenticating using Twitter is one of them In this post, we will see how … Continue reading Twitter Login setup in .Net Core(2.1) : Step by step guide
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









