I blogged about fluent interfaces and expression builders a couple of times before. For this […]
MOQ Mothers
Am I the only one who does this? I like to use Object Mothers in […]
WPF Multithreading: Using the BackgroundWorker and Reporting the Progress to the UI.
I can’t count the number of times someone has asked me about running a time […]
Refactoring XmlWriter
I inherited some code that make heavy use of XmlWriter. Say what you will about […]
Generic Value Object
I just wanted to share my attempt for implementing a generic base class for Value […]