Monthly Archive: February 2017

Calculating Date Differentials In Neo4j

(Or calculating date differentials in any environment where you don’t have a date object) For all the awesomeness of graph databases and Neo4j, the lack of a native date object seems a glaring omission and makes it difficult to calculate...

.NET Core MVC on Azure Container and Registry Service

I’ve recently been playing around with .NET Core MVC and trying to get it running on Azure Container Service (ACS). Why .NET Core?  Because you’ll be able to run those containers on Linux environments, which will generally be lower cost....