Monthly Archive: September 2009

Chain Of Command And Passing Parameters

One of the more useful patterns that I’ve used quite frequently is a version of Chain of Responsibility that integrates with the Command pattern. In a classic CoR, the idea is that only one component in the chain handles the...

Best Search Hit?

Might be one of the best ones in the four years that I’ve had this blog.  I feel your pain dude, but I don’t know the answer…sorry bro.

Yet Another .NET Interview Questions List

Yet Another .NET Interview Questions List

There are tons of blog posts on .NET interview questions out there on the ‘Net; here’s another list…just because I feel like it, okay :-P? In general, when I am interviewing people, I don’t go for the obvious questions.  Not...

MbUnit CsvDataAttribute

MbUnit CsvDataAttribute

MbUnit has several cool features which distinguish it from some of the other unit testing frameworks on the .NET platform. Among them are the RollbackAttribute, PrincipalAttribute, ThreadedRepeatAttribute, and the Csv/XmlDataAttribute. I hadn’t noticed the CsvDataAttribute previously when I’ve worked with...