【发布时间】:2011-08-10 23:10:38
【问题描述】:
我研究和使用演示设计模式已经有一段时间了,我已经成功地为WebApps 实现了FrontController、MVP 等设计模式,当然还有MVC 模式和ASP.NET MVC 框架,这是一个不错的选择。但是,我想知道使用像 MVP 这样的演示模式对于 WinForms 应用程序是否是一个不错的选择。如果答案是肯定的,那么很好,如果不是和/或有一些陷阱需要注意,如果你能稍微解释一下WinForms 应用程序中不同表示模式的想法,那就太好了。
【问题讨论】:
-
Fowler 已退休 MVP 并将其拆分为 Supervising Controller 和 Passive View:martinfowler.com/eaaDev/ModelViewPresenter.html
-
您可能想在底部添加更具体的问题:
What presentation patterns are available for WinForms applications, and what are there pros/cons?
标签: .net winforms design-patterns presentation-layer