Monthly Archive: May 2009

Visitor Pattern In C# 4.0

Visitor Pattern In C# 4.0

I’ve blogged about the Visitor pattern previously and using double dispatch to resolve .NET’s inherent inability to resolve methods by parameter type at runtime. As I was reading about C# 4.0’s dynamic types, I started to wonder if this would...

Random DevTools Entry #017

Random DevTools Entry #017

In software development, it’s incredibly useful to be able to visualize your code interactions using sequence diagrams and data flow diagrams and what not.  Not only is the visualization a plus, the act of generating one helps tremendously in terms...