ByStuart LangeJuly 5, 2013 Agile is a Rigged Game There is an age-old struggle in software development between getting things done fast and getting things done right.… Deployment Philosophy
ByStuart LangeJune 25, 2013 Create a Windows Service This is part of a series on creating and installing Windows services. How to Create a Windows Service… Development How-To
ByStuart LangeJune 21, 2013 Avoid Structured Configuration Data Previously, we discussed the benefits of getting configuration data out of local XML files and into a centralized… Configuration Development Philosophy
ByStuart LangeJune 11, 2013 Use Visual Studio As Your Diff Tool A little-known feature of Visual Studio is that it can be used as a two-way diff tool. The… Development How-To