Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

20 Jul 2010

Implementing Lean Software Development: From Concept to Cash

Not going to waste time re-iterating what’s in the book because you can find that here: Implementing Lean Software...
20 Jul 2010

Manage It!: Your Guide to Modern Pragmatic Project Management

A while ago i noticed that more and more of my work is related to coaching and managing other developers. In order to be...
20 Jul 2010

Removing Dead Tracks (Duplicates that don't exist) from iTunes using C#

Last week i noticed the following post from Scott Hanselman: Removing Dead Tracks (Duplicates that don’t exist) fr...
20 Jul 2010

The Productive Programmer

The first part of the book covers some tools that may improve your productivity (but nothing that i did not use already)...
03 Jul 2010

Sometimes you can write it better than Resharper

Here is a real-life example of when people are much better expressing intent than a tool: Consider the following code fr...
26 Jun 2010

Convention over configuration with MSBuild

A while ago i blogged that i was using the TemplateFile task from the <a hrefhttp://msbuildtasks.tigris.org/">...
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...