Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

26 Jun 2010

Setting up a self-contained build

Here is something you may have experienced already: As a newcomer on an existing project, you check out the code from so...
28 May 2010

97 Things Every Project Manager Should Know: Collective Wisdom from the Experts

Lately i felt the need to work on my management skills so apart from practicing each day i decided to search for some in...
28 May 2010

Microsoft SQL Server 2008 Internals

Around new year i found out that i would be working with SQL Server 2008 so i needed a crash course. Microsoft SQL Serve...
28 May 2010

Support both GET and HEAD requests on the same method with WCF REST

A while ago i had to modify an existing WCF REST service which was being consumed by BITS. Apparently the implementation...
28 May 2010

WCF REST: generate correct Content-Length header for HEAD request

The point of a HEAD request is to return a Content-Length header, but with an empty body. The WCF transport stack has th...
28 May 2010

Windows Internals: Including Windows Server 2008 and Windows Vista, Fifth Edition

Given the fact that i have been developing software for MS-Windows the last couple of years i found it important to lear...
02 May 2010

Enumerating SpecialFolders

Environment.SpecialFolder is a value-type that i always seem to forget about. Let’s try to do something about that...
01 May 2010

Get root directory for IsolatedStorageFiles

Sometimes you want to know the absolute path of a file that is persisted with IsolatedStorageFile. Apparently there is a...
19 Apr 2010

97 Things Every Software Architect Should Know: Collective Wisdom from the Experts

I learned a couple of valuable lessons from 97 Things Every Software Architect Should Know: Collective Wisdom from the E...
18 Feb 2010

Exploring System.Interactive

A couple of weeks ago i was working on an application that would transfer data through a couple of components as a List....