MVP 或 MVC - 哪一个允许编写松散耦合的代码?
虽然我已经阅读了一些有关 MVC 和 MVP 的文章,但我无法决定使用 MVP 还是 MVC 模式编写代码?
哪种模式允许我们编写松散耦合的代码?我可以假设 Asp.Net Web 表单默认是 MVP 吗?
Though I have gone through some articles regarding MVC and MVP, I am not able to take decision to write code with MVP or MVC pattern?
Which pattern will allow us to write loosely coupled code? Can I assume Asp.Net web forms is MVP by default?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这两种模式都允许您编写松散耦合的代码。开箱即用的 ASP.NET WebForms 不是 MVP。您需要成功。甚至有一个框架可以简化此任务。
Both patterns allow you to write loosely coupled code. Out of the box ASP.NET WebForms is not MVP. You need to make it. There's even a framework which may simplify this task.
两者都不。两个都。模式可能会有所帮助,但最终是您编写紧密或松散耦合的代码。
Neither. Both. Patterns might help, but its you who writes either tightly or loosely coupled code in the end.