MVC 与 MVC 的区别MVP架构
可能的重复:
什么是 MVP 和 MVC,有什么区别?< /a>
我不知道 MVC & MVP 编码设计流程。我需要了解编码方面的区别。我搜索谷歌但没有找到关于它的预期文章。我需要 MVC 和 MVC 示例代码的解释MVP。我需要小示例代码,其中通过 MVP 和 MVP 完成相同的事情。使用 C# 的 MVC for win 应用程序。所以请任何人帮我提供一个好的样本。
Possible Duplicate:
What are MVP and MVC and what is the difference?
i am not aware of MVC & MVP coding design flow. i need to understand what is difference in terms of coding. i search google but found no expected article on it. i need explanation with sample code for both MVC & MVP. i need small sample code where same thing will be done via both MVP & MVC for win application with c#. so please anyone help me out with a good sample.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载 ASP.NET MVC 项目和 ASP.NET Web Forms MVP。它们可以在 codeplex.com 上找到。但请记住,它们是在代码中实现/应用模式(理论)的一种方法。没有“独特”的方法来实现这些模式。 Ruby on Rails 有自己的 MVC 模式实现。
Download the ASP.NET MVC project and the ASP.NET Web Forms MVP. They are available at codeplex.com. But remember they are one way to implement/apply the patern (theory) in code. There is no "unique" way to implement those patterns. Ruby on Rails has it's own implementation of the MVC pattern.