Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

02 Feb 2010

Verify that a X509Certificate can be used for key exchange

Here is another method that earned it’s place in my ever growing toolbox: public static bool CanDoKeyExchange(this...
28 Jan 2010

Presenting ValueType<T>

Here is a base class for some code that i have written once too many in my life: (In case you’re an early adaptor ...
27 Jan 2010

Do we need an EventAggregator when we have an IOC container?

An Event Aggregator is an example of a Publish/Subscribe channel. A while ago i started wondering if we still need an Ev...
26 Jan 2010

About dependencies

This weekend i noticed a couple of posts by Uncle Bob trying to get some discussions going. In Mocking Mocking and Testi...
23 Jan 2010

About forced design

if you need typemock your design is wrong. Although i understand what people are trying to say with that quote, it&rsqu...
16 Jan 2010

Programming the Bus Pirate with C#

A while ago i received my Bus Pirate from Seeed Studio Depot. In essence it is a universal serial bus interface and i wo...
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 &quot;Run as administrator&quot; 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...