Noda Time is a Date / Time API for .net. It is more precise on the data and it can make it easier to work with date / times. It also has some extra functionality and is easier to use than the…
.NET
A collection of 4 posts
.Net Core and Docker
Building .net core applications into Docker containers. I've spent a bit of time lately moving some of my older applications into docker containers in dotnet core 2.0 and 2.1. I've only started exploring docker with dot net core…
ASP .NET Core RTM Roundup
As of this post in August 2016, .NET core is in RTM I wanted to round up a bunch of things as of now and update my earlier post on ASP .NET Core but also I intend to use this…
ASP MVC HTTPS and 301 Redirect
Last time around I explained how to get Lets encrypt up and running on Windows Azure to catch up click here Now I have it running I need to get my sites to use HTTPS all the time and also…