Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

27 Dec 2009

Refactoring to Patterns

Earlier this month i ordered my copy of Refactoring to Patterns. This books has two parts: the first part describes patt...
16 Dec 2009

Ninject: connect an IProxyFactory component to the kernel

Because it’s the second time that i run into this i will post the solution here so that i (and all the other peopl...
07 Dec 2009

The Nomadic Developer: Surviving and Thriving in the World of Technology Consulting

This is probably one of the shortest book reviews ever, but there is not much to say about The Nomadic Developer: Surviv...
05 Dec 2009

Bing vs Google in 5 seconds

A while ago i sat in a meeting and some ms-fanboy used Bing to find out how much 60 inches were in meters. The first pag...
04 Dec 2009

In case you really have to Append one array to another

Here is another problem i’ve seen people solve once too many: Append one array to another. STOP. Revisit the probl...
21 Nov 2009

Easy pattern for Control state

If you have decided that your WebControl requires to maintain it’s state you will want to figure out how to implem...
19 Nov 2009

Silverlight and unit testing..

A while ago i was looking for a unittesting framework that can be used with Silverlight. Because i don’t want to l...
06 Nov 2009

Couple of methods missing on ObservableCollection

Here are a couple of methods that are missing on ObservableCollection public static class ObservableCollectionExtensions...
06 Nov 2009

Presenting FilterList

Earlier today i decided to add ‘Filtering’ to my SortableBindingList. This resulted in writing a FilterList ...
01 Nov 2009

Another method i wrote once too many

Virtually every Silverlight application will fetch resources at one point or another. In case you’re using the Web...