Would Like to know how best to implement the Presentation Model pattern. I have read about MVVM but does not apply to me as I'm not using Silverlight or WPF.
A:
You may be interrested by MVP (Model View Presenter), and rich application frameworks that rely on it, like CAB (Composite UI Application Block, from MS Pattern & Practice team)
Using MVP, you can have a presentation model and leverage winform databinding.
Jeremy D. Miller blog is a good source of information regarding this design, and all other UI patterns.
Romain Verdier
2009-08-17 15:43:25