Database Migrations In .NET Core
There are two types of people when it comes to Database Migrations. Those that want a completely automated process in …
There are two types of people when it comes to Database Migrations. Those that want a completely automated process in …
In previous versions of .net core, picking which .net framework version you were going to use was as simple as …
This article is old and outdated. The official MS Documentation on testing has a wealth of information that is more …
Microsoft have released a security advisory warning that there is a vulnerability in ASP.net core 1.1 MVC Core package that …
GZIP is a generic compression method that can be applied to any stream of bits. In terms of how it’s …
One of the first things people notice when making the jump from the full .NET Framework to .NET Core is …
Clickjacking, XSS and CSRF, exploits that have been around for 15+ years now and still form the basis for many …
X-Content-Type-Options is a header that tells a browser to not try and “guess” what a mimetype of a resource might …
API Versioning is either something you love or you hate. It’s great for giving developers the ability to improve and …
HttpOnly is a flag that can be used when setting a cookie to block access to the cookie from client …