Design
The Specification Design Pattern
Submitted by admin on Mon, 04/06/2009 - 11:24I've written a four part series on the Specification Design pattern. The four articles are available now on codeproject.com. The articles take you from an introduction to the pattern to a simple VB.Net implementation and finaly to a reusable Specification class that uses inheritence, generics and Operator Overloading.
Attributes and Value Objects article on eggheadcafe
Submitted by admin on Sun, 11/23/2008 - 02:17My article on modelling attributes using value objects is available on eggheadcafe. It'll take you though the process of modelling a Temperature attribute, starting with a naive implementation and working towards a fully fledged value object.
VB6 Collections Article
This is another old article, but it may be useful to someone. It originally appeared in The Visual Basic Programmer's Journal, July 2001, Volume 11, Issue 7.
Visitor Design Pattern Article
Submitted by admin on Wed, 03/28/2001 - 08:00This is going back a bit, but my article on the Visitor Design Pattern (in VB6) is available on MSDN. It was originally published in The Visual Basic Programmer's Journal, March 2001, Volume 11, Issue 3.
See Here
