Razor Pages

Microsoft recently announced the release of .NET Standard 2.0 and .NET Core 2.0. ASP.NET Core MVC and Entity Framework Core have seen quite a few changes and features in this release.

One of these features in particular is called Razor Pages, which is a more page-focused…


Deploying Discourse with Dokku

I’ve recently been using DigitalOcean’s Droplet service, which allows you to deploy SSD cloud servers with the press of a button.

I needed a quick and easy Docker-based solution to manage the applications I deployed to the Droplet, which lead me to…