MVC Contrib 和 MVC Futures:它们是互补还是相互抵消?
每次我开始一个新的 MVC 3 项目时,我都不确定是使用 MVC Contrib 还是 MVC Futures。它们在过去都被证明是有用的,并且似乎都旨在以多种方式实现相同的目标。
我应该使用其中之一、另一个还是两者都使用?
Every time I start a new MVC 3 project, I'm not sure whether to ue MVC Contrib or MVC Futures. They've both proved useful in the past and seem to be aiming to achieve the same things in many ways.
Should I use one, the other or both?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尽管存在一些重叠,但我想说它们更倾向于相互补充。我这么说是因为 MVCContrib 作为 MVC 的社区扩展而存在,而 MVC Futures 是可能包含在 MVC 未来版本中的提议功能。您可能会发现前者中有一些有用的功能,而后者不会出现。
Although there is some overlap, I would say that they tend more towards complementing each other. I say that because MVCContrib exist as community extensions to MVC, while MVC Futures are proposed features that may be included in future versions of MVC. You may find that there are useful features within the former, that will not appear in the latter.