Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

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 ...
16 Aug 2008

.NET 2.0 Wrox Box: Professional ASP.NET 2.0, Professional C# 2005, Professional .NET 2.0 Generics, and Professional .NET Framework 2.0

The books in the .NET 2.0 Wrox Box: Professional ASP.NET 2.0, Professional C# 2005, Professional .NET 2.0 Generics, and ...
16 Aug 2008

CLR via C#

I find that CLR via C#, Second Edition is another book that every .NET developer should read at least twice. (It’s...
16 Aug 2008

Deploying .NET Applications: Learning MSBuild and ClickOnce

Deploying .NET Applications: Learning MSBuild and ClickOnce is a book that will help you grasp the core concepts of MSBu...
16 Aug 2008

Domain-Driven Design: Tackling Complexity in the Heart of Software

A couple of weeks ago i’ve re-read Domain-Driven Design: Tackling Complexity in the Heart of Software. Just like D...
16 Aug 2008

Foundations of WF: an Introduction to Windows Workflow Foundation

Last month i found out that Foundations of WF: an Introduction to Windows Workflow Foundation is a little book that does...