Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

15 Aug 2009

Presenting ControlChanges

Because i noticed that i kept writing the same operations on control over and over again i decided to capture them in a ...
13 Aug 2009

About reading books

A while ago Gabriel wrote the following: PS3: you can read all the books that you want, in the end to truly master .NET ...
13 Aug 2009

Clean Code: A Handbook of Agile Software Craftsmanship

For my summer holidays i needed a book that was easy readable (size, weight, content) and Clean Code: A Handbook of Agil...
13 Aug 2009

Experimenting with ControlStateMachine and Fluent interfaces

A long time ago i read Build your own CAB series and recently i noticed that there is a wiki: Presentation Patterns Wiki...
13 Jul 2009

Iconoclast: A Neuroscientist Reveals How to Think Differently

Because i really enjoyed managing humans i bought another book mentionned by Joel Spolsky: Iconoclast: A Neuroscientist ...
11 Jul 2009

Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions

A while ago we had a session on messaging at ALT.NET Belgium and it was then that i decided i should order my copy of En...
11 Jul 2009

Small modification to achieve better modularity with Prism

I have been experimenting with WPF and Prism (Composite Application Guidance for WPF and Silverlight) and ran into a maj...
27 Jun 2009

Beyond the basics: IPropertyAccessor

Consider the following classes: an abstract Account and a concrete SavingAccount abstract class Account { int Id { get; ...
16 Jun 2009

VS2010: Unable to insert a breakpoint by clicking next to the line number

For some reason i was unable to insert a breakpoint by clicking next to the line number in VS2010. Anyway, here is the t...
07 Jun 2009

Adding items to SendTo folder

When i tried to access the SendTo folder i got a message box saying: “Access is denied”. A bit of searching ...