Recent Posts

Is Entity Framework 4.0 ready for the real work?

1 minute read

This morning, on the Developer Days 2010, I did a talk on the current state of affairs of the 4.0 version of the Entity Framework, including a rough comparison with NHibernate 2.1. Apparently this is something that’s on the mind of many people. The room was supposed to accommodate a maximum of 80...

March 30, 2010

My two days of fame at the Developer Days 2010

less than 1 minute read

Some of you who have been visiting the Dutch Developer Days 2010 in The Hague today may have noticed the flyers and banners for promoting the new online version of the .NET Magazine. Those who already know me may have noticed that it’s me on those banners.    Since the photographer spe...

March 30, 2010

The curious case of the unsolved extension methods

3 minute read

As part of my effort to improve the type-safety of Fluent Assertions, I’ve been investigating the possibility to use C# extension methods all the way. Unfortunately I think I’ve ran into the limitations of C# 3.0 (and C# 4.0 since it doesn’t add anything useful for this). Essentially, I’d like to...

March 24, 2010

ALM Practices Part 5: Checklists

1 minute read

What is it? An (online) list of verification tasks to sign off as part of the delivery process of a newly delivered unit of work. Usually these include things that are often forgotten, or aspects that require explicit verification. See an example of such a list here. Why would you do it? Becau...

March 23, 2010

TFS, ALM, what’s in a name?

less than 1 minute read

In response to my posts on Peer Reviews, Unit Testing & TDD, and Common Code Layout, someone noticed that all these posts were part of my Team Foundation Server Development Practices series, but not every post actually mentioned TFS. Obviously, he was right. The reason for using the TFS prefi...

March 19, 2010

ALM Practices Part 4: Common Code Layout

1 minute read

What is it? A collection of rules stating what a block of code should look like. These may include rules on where line breaks are required, how to place parentheses, how much whitespace to put before and after those parentheses, how many spaces to use when indenting and where to insert empty line...

March 15, 2010