4 May
2009

On Measuring Agility, Craftsmanship, and Everything Else

There is some heated debate in the wind at the moment on the idea of an Agile Maturity Model (AMM). See here for more on the subject, or go straight to the heart of the matter by reading through this slide deck from Ross Pettit at ThoughtWorks. I have taken the time to study what […]

Read More
4 May
2009

Implementing TeamCity for .NET projects, Part 1: Just Build It! (A Simple Build Configuration)

For more information on this series, please see the introductory post. When working on an development team, one of the more challenging tasks can be building your integrated source code for deployment.    Building a production version of the application may be a long and difficult process, especially if production builds are infrequent.  Even a well-documented […]

Read More
4 May
2009

Implementing TeamCity for .NET Projects: Evolving Your Build Automation Solution

Disclaimer: I no longer use this method to deploy. Check out the Mimicking App Harbor post to see how I use MSDeploy instead. As the title suggests, I will be focusing on using TeamCity with .NET projects.? However, make no mistake: TeamCity is well-positioned and well-tuned for use with many development environments, and many of […]

Read More