Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

09 Jan 2010

About raising events

Very often i see people write the following to ‘safely’ raise a method public event EventHandler Stopped; vo...
09 Jan 2010

Add "Run as administrator" to .sln files

Another trick i learned from the “How-To Geek” is how to add a “Run as administrator” option in ...
08 Jan 2010

Creating graphs with the Silverlight Toolkit

As i wrote already: In a chart the elements on the X-axis are usually numbers or dates, and the elements on the Y-axis a...
08 Jan 2010

Creating series of elements

Lately i have done quite a bit of charting. Very often the X-axis is populated with a series of numbers or dates. This c...
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...