Skip navigation.

Archives

My "Simple" 30-Minute Project Was Delivered 10 Minutes Late

Believe it or not, when I recorded the TDD screen capture posted yesterday - which was a couple of weeks ago now - I actually did a dry run and a couple of takes before the final version.

Each time I wrote exactly the same code. I mean exactly the same.

The dry run took about 45 minutes.

Creating GUIDs in Two Steps or Less

If you happen to find yourself needing to create a GUID for your brand new C# program, a Google search for “Create GUID” is the first reasonable thing you might do. Here’s my summary after doing the same…First off, in the “Truth in Advertising” department, the best link from the top 10 was “The Quick [...]