Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

22 Nov 2008

Release It!: Design and Deploy Production-Ready Software

I really loved reading The Pragmatic Programmer: From Journeyman to Master from The Pragmatic Programmers so when i noti...
22 Oct 2008

Query a specific Google Calendar

Despite the multiple copies of the API Developer’s Guide: .NET i found i was unable to find how i should query a s...
17 Oct 2008

Refactoring Application Environment (Part 2)

Luca Milan notified me of a design issue. Until now the ApplicationEnvironment had an Instance property as following: pu...
15 Oct 2008

How does the controller know which action method to invoke?

Yesterday i attended another great VISUG event on ASP.NET presented by Maarten Balliauw. He demonstrated a custom filter...
14 Oct 2008

Adaptive control behavior: LinkButton without javascript

‘Experiment with Adaptive Control Behavior’ has been an item on my TO-DO list for a very long time and this ...
13 Oct 2008

Revisited the int and string ValueObject templates

After reading The Compare Contract last week i realized that my templates for int and string ValueObjects did not comply...
06 Oct 2008

The Best Damn Windows Server 2003 Book Period

Last week i have read The Best Damn Windows Server 2003 Book Period. Although the book contains some interesting guidanc...
27 Sep 2008

Experimenting with NDepend

Google Reader found 122 posts in my blogroll about NDepend so i happily accepted the professional license which Patrick ...
26 Sep 2008

.NET System Management Services

Earlier this week i finished reading .NET System Management Services. Although the book was published back in 2003, it s...
26 Sep 2008

Presenting templates for int and string ValueObjects

Most ValueObjects that i have implemented were wrappers around an int or a string. Apart from the domain specific rules,...