TheChaseMan's Frenetic SoapBox

Always looking for better ways to do things...

Manager Model - Design Pattern

Steve Eichert compares a domain model vs. manager model. This is interesting because at work we implemented this model for Web user Controls in our ASP.NET apps so as to leave the ascx file to deal with UI-specific code only, whereas each control's Manager class manipulates the control. Pretty cool little design pattern. Kind of like the MFC CWnd::DoDataExchange model to exchange and validate dialog data.
Digg!

posted on Thursday, March 18, 2004 6:06 PM

Feedback

No comments posted yet.