Enforce HTTPS everywhere with the HSTS header 02 July 2017 Peter-Himschoot Enforce HTTPS everywhere with the HSTS headerWith the HTTP Strict Transport Security header you ca [More]
Protect your dotnet core website with Content Security Policy 19 June 2017 Peter-Himschoot .NET Development Protect your dotnet core website with Content Security PolicyThe new Content-Security-Policy HTTP [More]
Release management with different configurations 26 April 2017 Peter-Himschoot .NET Development, Azure, Team System So Visual Studio Team Services now has this automatic deployment option, where you can checkin your [More]
Using Microsoft Fakes with mscorlib.dll 29 January 2017 Peter-Himschoot Microsoft Fakes is a tool that allows you to replace any method of any .NET class. This makes it ide [More]
Using Razor outside of MVC for building custom middleware or other generation stuff 16 January 2017 Peter-Himschoot Recently I have been building some asp.net core middleware which involves generating some html from [More]
Simpler checking of arguments with C# 7 throw expressions 13 January 2017 Peter-Himschoot Simpler checking of arguments with C# 7 throw expressionsC# 7 has made a simple and important chan [More]
Markdown taghelper 11 January 2017 Peter-Himschoot U2U.AspNetCore.Mvc.TagHelpersMarkdown MVC6 taghelperThis taghelper will replace itself with [More]
Getting rid of "String based programming" style in dotnet core 10 January 2017 Peter-Himschoot U2U.AspNetCore.Mvc.NameOfThis package updates Mvc6 to allows the use of the nameof() keyword in yo [More]
Building the angular.io quickstart with ASP.NET Core 17 August 2016 Peter-Himschoot When you start to explore angular 2, probably the best place to start is taking the quick start on a [More]
Using nameof() in MVC6 razor views 27 January 2016 Peter-Himschoot C# 6 introduces the new nameof() operator, which allows you to embed the name of a class, method or [More]