Reputation: 28818
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?
Upvotes: 3
Views: 151
Reputation: 2159
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.
Upvotes: 2