Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

28 Jun 2008

Example implementation of a callback method for use in the Asynchronous Programming Model

I always seem to forget about the mechanics of implementing a Callback method that can be used in the Asynchronous Progr...
26 Jun 2008

MCTS++

Today i passed Exam 70-529 and thus became a MCTS: .NET Framework 2.0 Distributed Applications. This means that there is...
21 Jun 2008

Note about makecert.exe

A couple of days ago i didn’t have a binary version of OpenSSL around so i decided to use Makecert.exe. I generate...
17 Jun 2008

PInvoke Interop Assistant released

Earlier at Tech Ed North America i heared how Jesse Kaplan, program Manager for Extensibility and add-ins for the CLR te...
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...