3 Oct
2009

Removing U3 from Your Thumb Drives

U3 is a technology used install boot software on thumb drives. Companies use this to ensure that some little application will get loaded or something when you plug their thumb drive into your Windows machine. This can be a favorite move of vendors who give away thumb drives at conferences as swag. They want to […]

Read More
26 Aug
2009

Code Cast 30 – Story Teller with Jeremy Miller

The venerable Jeremy Miller joined us to talk about YAIJMOSP (Yet Another Impressive Jeremy Miller Open Source Project). This week?s Jeremy project is Story Teller. Jeremy?s other contributions to the community include StructureMap and an obtuse fascination with separation patterns for user interfaces. Story Teller is an alternative for Fitnesse, implemented in .NET and chases […]

Read More
24 Aug
2009

Visual Studio Team System for Small Teams

There was a recent brouhaha on Twitter and in some blogs about the appropriateness of Team System in small teams. The gist of the discussion was simply that there are a lot of alternatives to TFS and VSTS tooling and many of them come cheaper out of the box. In many cases, free! Duh. I […]

Read More
9 Aug
2009

Implementing Team City for .NET Projects, Part 5: Deployments

My apologies to all those who have been waiting for the deployment scenario ? I appreciate your patience.  My approach to deployments has been a moving target ? as it is starting to firm up a bit, I thought  I would write down some thoughts. For more information on this series, please see the introductory […]

Read More
31 Jul
2009

Exception Logging with EntLib Made Simple

Logging application exceptions is like getting a new muffler. It isn’t exciting. It isn’t very fulfilling. It just costs time and money. Also, it is something that needs to be done. So, can we make exception logging as frictionless as possible? Roll your own logging library. Repeat the same code a lot in your application […]

Read More