posted @ Monday, August 27, 2007 3:31 PM | Feedback (0)
Template Method Pattern is a way to extract repitivie parts of an algorithm to a base class and use concrete classes to tweak the behavior. I'm using it here to manage NHibernate sessions when saving objects.
posted @ Saturday, August 18, 2007 9:08 PM | Feedback (3)
posted @ Wednesday, August 01, 2007 11:23 PM | Feedback (0)