Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

14 Jun 2008

Enumerate all properties and their value of an object

Earlier today someone asked me how to generate a List with all the properties (and their respective value) that an objec...
09 Jun 2008

Became Microsoft Certified Technology Specialist...

Not that i really care, but my manager seems to do, last week, during a couple of dead moments at Tech-Ed North America ...
24 May 2008

Exploring the Microsoft Sync Framework

Earlier this week i’ve been experimenting with the Microsoft Sync Framework. In a typical n-tier architecture the ...
19 May 2008

Presenting a generic Effectivity

Very often we have to manage objects and their changes over time. Usually we implement this by adding a Range to the dat...
19 May 2008

Presenting a generic EffectivityManager

I’ve already presented a Generic Effectivity. Offcourse, managing all these effectivities (versions of data) can b...
17 May 2008

Presenting a generic Range

Quite often i’m writing code that compares one value against a range of other values. Most implementations compare...
21 Apr 2008

Build OpenSSL with Visual Studio 2008

These days building OpenSSL with Visual Studio 2008 has become really easy. I don’t like to edit .cnf files so i d...
22 Mar 2008

Easily switching between configuration files with MSBuild

A couple of days ago i wrote about Easily switching between App.Config files with MSBuild. Christophe Gijbels, a fellow ...
22 Mar 2008

Why doesn't Visual Studio display my MSBuild message texts?

In order to debug an MSBuild script i added a couple of tasks, but when i asked Visual Studio to Build i didn’t ge...
17 Mar 2008

Easily switching between App.Config files with MSBuild

Imagine the following situation: One codebase, two customers with different Application Configuration files. How can we ...