jrummell.ToString()
Another .NET blog
Bitbucket Mercurial to Git Migration
Back when distributed version control systems were new, there were a few options. Nowadays, most developers would assume you’re already talking about git. However, back in the day, Mercurial (hg) had much better tooling for windows than git. So I started moving everything from SVN and Source Safe to Mercurial.
read moreConverting a nuget package to Bower
If you’re an ASP.NET developer like me, you’ve come to know and love NuGet as your go to resource for managing external libraries. It has everything from ASP.NET MVC and Entity Framework, to jQuery and bootstrap. You may have heard that Visual Studio 2015 has out of the box support for Bower, a client side package manager for the web. It seems that Bower (and NPM) is what everyone else outside of the Microsoft ecosystem has been using for a while now, and Visual Studio is finally catching up.
read moreMoving from WordPress to Ghost
I recently moved my blog from WordPress to Ghost. The Ghost installation was breeze thanks to Ghost Azure, as shared by Scott Hanselman.
read more