Using Moq callbacks as Verify

One thing using Moq [http://code.google.com/p/moq/] always bugged me. When needing to verify some method call, Moq provides a Verify-metod on the Mock object: So, what’s wrong with this piece of code? In fact nothing (if you ask me). The “problem” is the error message…

5 more tips to optimize your time

Nine months ago, I wrote a couple of blog posts that were a bit different from what I usually write. In the meantime I have received good feedback on the posts and therefore decided to write this follow-up. So here it goes: 5 more tips to optimize your time. Contents…

Customizations for AutoFixture - My new best friend

I recently attended a course organized by Mark Seemann [https://twitter.com/ploeh] at my workplace. Among other topics, the course involved advanced usage of AutoFixture [http://autofixture.codeplex.com/], a framework that I’ve loved using for a couple of years now. AutoFixture always did a good job of…

Introducing HippoValidator.com

I’ve tweeted about HippoValidator. I’ve written a bit about it here on the blog. I’ve also told some friends and colleagues about it. However, I never released an official introduction of the product. So, here it is: Introducing hippovalidator.com [http://www.hippovalidator.com]. What is HippoValidator?…

MSBuild Tutorial

This article gives a comprehensive introduction to the MSBuild tool. Contents * 1 MSBuild Basics * 2 Properties * 3 Items * 4 Conditions * 5 Frequently Used Tasks * 6 Custom MSBuild Tasks * 7 Generic Targets * 8 Property functions * 9 Links * 10 Notify me when the book comes out MSBuild Basics .NET 2.0 introduced…