tags:

views:

837

answers:

3

Hi, Is this a popular combination out there (MVC# and Winform)? Is MVC really worth it with traditional Winform application development? Or should I just stick with the 3tier model?

Thanks

+4  A: 

MVP (Model-View-Presenter) and MVP-VM (Model-View-Presenter-ViewModel) is used most often with WinForms.

See SO question:

Winforms - MVP examples

Dan Bunea's Blog Post: Model View Presenter

Jeremy D. Miller's Blog Post: A Simple Example of the "Humble Dialog Box"

Michael Feathers: The Humble Dialog Box (pdf)

Mitch Wheat
where can I view some samples?
Saif Khan
A: 

Thank you very much. I'm looking for the similar thing.

binhvu