Using Noda Time in .NET

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 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…

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…