Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

06 Sep 2008

Presenting WindowsIdentityHelper

One of the difficulties of using the WindowsIdentity class is the fact that it requires a handle (IntPtr) to a Windows S...
05 Sep 2008

Experimenting with naming conventions for unit tests

To be honest, i never really took the time to think about the names of my unit tests. Although i noticed posts like this...
05 Sep 2008

The Microsoft Certified Professional Developer: Enterprise Applications Developer on Visual Studio 2005

Not that anyone should care, apart from my manager, i posted that the only remaining exam was 070-549 PRO: Designing and...
01 Sep 2008

Presenting AssemblyTypePicker

I really like the way the Object Browser makes the types in an assembly visible. Because i have a couple of programs tha...
01 Sep 2008

Presenting EventHandlerHelper

Being bored of writing code to raise an event, i have added an EventHandlerHelper to BeTimvwFramework. public static cla...
01 Sep 2008

Presenting ItemEventArgs<T>

Because i believe in the DRY principle i decided to add a generic ItemEventArgs class to BeTimvwFramework public class I...
29 Aug 2008

Presenting OneTimePasswordMembershipProvider

What good is a TimeOTP client if you don’t have anything to use it with? Last week i have implemented a Membership...
23 Aug 2008

Presenting TimeOTPClient

Because most people have their java enabled mobile phone with them, and I did not want to buy an expensive token generat...
22 Aug 2008

Presenting HMAC-Based OTP and Time-Based OTP

I could not find a .NET implementation of the HMAC-Based One Time Password (HOTP) algorithm as specified in RFC4226 so i...
20 Aug 2008

Presenting TimeSpanHelper

A TimeSpan is a structure that represents a time interval or a duration. To make the everything as clear as possible, a ...