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...
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 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...