posted @ Sunday, December 09, 2007 10:10 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)