Small code with powerful results, the occasional opinion … and beer. 

28 Oct 2009
Time Change with the TimeZoneInfo class

It seems appropriate to talk about this class, with the switch from Daylight Savings Time to Standard Time occurring this coming weekend in the United States. I’ve done a bit of work with this class lately, and wanted to share a test application I wrote to demonstrate some conversions. It also shows the effects which […]

01 Jul 2009
Source control for the non-enterprise developer

I recently began looking for a feasible way of maintaining my personal source code in a version control system.  Since I use TFS and Visual Source Safe in team environments, I wanted something that would support add-ins for Visual Studio, and be easy to use in general. I liked what I saw in Subversion, the […]