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?
Asked
Active
Viewed 4,352 times
2 Answers
7
MVP (Model-View-Presenter) and MVP-VM (Model-View-Presenter-ViewModel) is used most often with WinForms.
See SO question:
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)

Community
- 1
- 1

Mitch Wheat
- 295,962
- 43
- 465
- 541
-
where can I view some samples? – Saif Khan May 06 '09 at 01:56
1
Take a look at this framework http://koosserymvcwin.codeplex.com/Wiki/View.aspx?title=koossery.MVCwin%20Overview&referringTitle=Home