Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

16 Aug 2008

Professional Visual Studio 2005 Team System

I received my copy of Professional Visual Studio 2005 Team System at a Visug event but i can’t say that i found it...
16 Aug 2008

Programming WCF Services

Having seen Juval Loway deliver a session on WCF for the x-th time this year i found it was time to read Programming WCF...
16 Aug 2008

The Art of Agile Development

A couple of months ago i’ve read The Art of Agile Development. Like most books on agile, this book uses the XP met...
16 Aug 2008

The never ending race

You are probably wondering what all these short book reviews are all about. A little longer than two years ago i graduat...
09 Aug 2008

Presenting UriHelper

Adding parameters to an Uri is an example where my NameValueCollectionHelper comes in handy. Although UriTemplate allows...
09 Aug 2008

Pro ASP.NET 2.0 Website Programming

A couple of weeks ago i’ve read Pro ASP.NET 2.0 Website Programming. The book contains a couple of nice ideas. I r...
08 Aug 2008

Presenting NameValueCollectionHelper

Here are a couple functions that i find extremely useful when i’m working with a NameValueCollection public static...
06 Aug 2008

Presenting EnumerableHelper

I noticed (eg: here) that i’m not the only one that has experienced some annoyances when working with generics. He...
04 Aug 2008

Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries

I finally found some time to read Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libra...
02 Aug 2008

Presenting the SortableBindingList<T> (take two)

I’m in the progress of adding classes that i find interesting to the BeTimvwFramework project. The original implem...