Set X-FRAME-OPTIONS in ASP.NET Core
X-FRAME-OPTIONS is a web header that can be used to allow or deny a page to be iframed. This is …
X-FRAME-OPTIONS is a web header that can be used to allow or deny a page to be iframed. This is …
Attempting to install a nuget package the other day I got the following error : Package ‘xyz’ uses features that …
Redis is a high performance distributed cache. It’s great for storing data that you are going to need again and …
HttpContext has had a bit of a shifting around in ASP.NET Core. While everyone has their own ideas on best …
By default, browsers abide by the Same-Origin policy, which is that documents (Or in most cases scripts) cannot interact with …
It’s not like the war of Pascalcase vs Camelcase hasn’t been going on for a very long time, but in …
In a previous article we went over how to read custom configurations into memory in ASP.NET Core. This is also …
Frustratingly .net Core early releases were without URL Encode and Decode methods. Whereas previously you were able to access the …
So you’ve heard about ASP.net Core and you’re considering the move, but you want to know if it’s really worth …
If you’re using Gulp across many projects (especially across many open source ones), you may come across errors that look …