Security Articles

Clean Up & Sort Unused .NET Using Statements in Visual Studio

No need for an extension or ReSharper to sort and remove unnecessary using statements in .NET projects with Visual Studio. This is now built in, but you have to enable it.

NotSupportedException No IUserTwoFactorTokenProvider <TUser> named 'Default' is registered

While messing around with .NET Core 2 and Identity, I ran into this error.

What is CSP? Why & How to Add it to Your Website.

Cross-Site Scripting (XSS) sucks! It's found in 2 out of 3 websites. A CSP policy can help you avoid most XSS attacks. Here's how to add one and monitor it with ease.

How to add a Header

This a simple & short guide on how to add a header to different server architectures.

Fix Git Self Signed Certificate in Certificate Chain on Windows

You are in the right place if you're trying to use git clone on a computer and running into one of the following errors. SSL certificate problem self signed certificate in certificate chain or SSL certificate problem unable to get local issuer certificate.

Understand the Risks of Not Having a Secure Website

Over 80% of the top million websites either don't have a secure HTTPS website or they have one and aren't properly using it. This can cripple your business, even if you're not doing any financial transactions.

Reasons Why Every Website Should Use SSL/HTTPS & Where to Get a Free SSL

An SSL is a certificate that allows you to have a secure website. Your address will use HTTPS instead of HTTP and the browser will show a lock symbol or color the address bar to signify this to your visitors.
Let's Connect