Tech
16
Apr 2013
Some pitfalls installing Ruby on Rails on Windows 8.
2
Sep 2012
Code coverage reports using TeamCity's dotCover - but without TeamCity. Setting up MSBuild and CruiseControl.NET to use dotCover.
26
Aug 2012
How to use git in order to keep development App_Data in sync with the production environment.
25
Aug 2012
Some random steps on getting my Mac up to speed with Mono development.
25
Oct 2011
Even if you're building a Windows Service, you can still have continuous deployment with this nice NAnt task.
23
Oct 2011
Sometimes exceptions might sneak out of your try catch block. Here's how that can happen.
21
Jul 2011
How to override standard EPiServer pages and some thoughts on maintaining those hacks.
20
Jul 2011
A small post on DateTime handling when using WCF with JSON.
12
Jul 2011
A rare pitfall you will hopefully never encounter with the MasterType directive in ASP.NET
5
Jul 2011
Do you think about the objects that are created as side effect of poor coding? Where do they go when they die?