Aside from T4MVC, does anyone use MvcContrib for MVC3 projects? We've decided to incorporate a prototype project that was built in MVC2 last year. It mainly uses the paging and sorting namespaces from MvcContrib, but also some fluent html helpers.

We want to upgrade the project to MVC3 and I am wondering if we should also try to remove some of the MvcContrib dependencies. Reasons to keep? Reasons to remove?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Yes, I use it in my projects. I use the Grid and the TestHelper extensively.

link|improve this answer
feedback

I am using TestHelper also, very useful and well written!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.