使用 Model View Presenter 设计模式 (MVP) 的好处
大家好,我正在寻找一个链接,该链接可以提供围绕 MVP 设计模式(最好是 C# )的优点列表。
我正在浏览 MSDN 网站,但我发现很难找到那里:(
任何人都可以请给我指出一个方向吗?
提前谢谢您
Hi all I was looking for a link that would provide a list of benefits surrounding the MVP design pattern preferably in c#.
I was looking thoruhg the MSDN site but I find it hard to find there :(
could anyone please point me in a direction please.
Thank you kindly in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你想了解有关 MVP 及其亲属的信息,那么马丁·福勒(Martin Fowler)就是你该读的人。
他将 MVP 分为两种不同的模式,并对这两种模式进行了深入讨论。我想这里是一个很好的起点:
MVP 模式的退休(Martin Fowler)
If you want to be overwhelmed with information on MVP and it's relatives the guy to read is martin Fowler.
He's split MVP into two different patterns that he discusses in huge depth. I guess a good a place as any to start would be here:
Retirement of MVP pattern (Martin Fowler)
由于马丁·福勒(Martin Fowler)是第一个提出这种模式的人,因此我也认为最好的方法就是从这里开始。
http://en.wikipedia.org/wiki/Model-view-presenter
另请检查此网站:
http://msdn.microsoft.com/en-us/library/ff647543.aspx
与其他模式比较
http://nirajrules.wordpress.com/2009/ 07/18/mvc-vs-mvp-vs-mvvm/
http://geekswithblogs.net/dlussier/archive/2009/11/21/136454 .aspx
希望有帮助。
Since Martin Fowler was first to catalopge this pattern I also think that the best way is to start there.
http://en.wikipedia.org/wiki/Model-view-presenter
Check also this site:
http://msdn.microsoft.com/en-us/library/ff647543.aspx
Comparing to other patterns
http://nirajrules.wordpress.com/2009/07/18/mvc-vs-mvp-vs-mvvm/
http://geekswithblogs.net/dlussier/archive/2009/11/21/136454.aspx
Hope it helps.