22 Feb
2008

Some Other Assertions in VS Unit

Folks are often unaware of a some classes within the Visual Studio unit testing framework that make writing unit tests a bit easier. Instead of simply adding functionality to the base Assert class, the framework declares 2 other specialized assertion classes: CollectionAssert and StringAssert. CollectionAssert is handy for comparing 2 collections or for validating members […]

Read More
23 Nov
2007

Unit Testing Bliss in Visual Studio 2008

This post seems appropriate to counter my original post, Unit Testing Irritants in Visual Studio 2008. F5, You Moron Firstly, as pointed out by the mysterious Richard in a comment on my original post, you can execute your Test Project (and therefore all unit tests in it) by setting it to your default project and […]

Read More
21 Nov
2007

Free Copy of Visual Studio 2008 Pro

If you live in the Boise or south western Idaho area, you can get a free copy of Visual Studio 2008 Pro. How? By attending this event, the VS2008 Install Fest. http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032360765&Culture=en-US The deal is, you show up at Overland Park Cinemas in Boise on the afternoon of December 6th and install VS2008 and you […]

Read More