Recent Posts

Making internals unit testable

2 minute read

When creating - or attempting to create ;-) - reusable components, it’s common practice to hide the gory details of your implementation – not only on class l...

Attached dependency properties for dummies

3 minute read

Recently I tried to make my first attached dependency property and it struck me as odd that I could find a lot of articles on dependency properties – but it ...

A very basic MEF sample using ImportMany

4 minute read

If you have been programming since the mid-80’s and have been a IT professional for over 17 years it does not happen often anymore that you get mesmerized by...