Published onMarch 18, 2008Did you know that the Immediate window in Visual Studio lets you create temporary variables?!?visual-studioI am a huge fan of the immediate window in Visual Studio. I say forget the watch window - I'd rather use code to check values.
Published onMarch 4, 2008FSDNUG Meeting with Raymond Lewallen on Behavior Driven DesignrandomThe inaugural FSDNUG meeting covering BDD.
Published onFebruary 19, 2008Vista lets you use forward slash at the command prompt!windowsI was just setting at a command prompt in Vista on my laptop and I typed "cd /" out of habit and, to my surprise, it worked! Not only that, but tab completion still behaved as expected!
Published onFebruary 11, 2008My first .NET User Group meeting and FSDNUGrandomA group of us traveled up to hear Jean-Paul Boodhoo present to NWADNUG.
Published onFebruary 5, 2008Don't you wish Path.Combine supported multiple arguments out of the box?.netI've found myself wishing that I could pass in more than two arguments to Path.Combine.