MVP 或 MVC - 哪一个允许编写松散耦合的代码?

发布于 2024-09-28 23:05:38 字数 118 浏览 4 评论 0原文

虽然我已经阅读了一些有关 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

静谧幽蓝 2024-10-05 23:05:38

这两种模式都允许您编写松散耦合的代码。开箱即用的 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.

得不到的就毁灭 2024-10-05 23:05:38

两者都不。两个都。模式可能会有所帮助,但最终是您编写紧密或松散耦合的代码。

Neither. Both. Patterns might help, but its you who writes either tightly or loosely coupled code in the end.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文