Using InMemory Cache In .Net Core
In a previous post, we talked about how to use a Redis Cache in .net Core. In most large scale …
In a previous post, we talked about how to use a Redis Cache in .net Core. In most large scale …
Are you getting the error as seen in the title when creating a new project in Visual Studio 2015? The …
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 …