Are the Portable Areas Supported in MVC 3 ? I have come across "MVC-contrib" is it a HACK ?

link|improve this question

20% accept rate
you should tag your question better (language?) – Kevin Aug 27 '11 at 5:42
feedback

1 Answer

Yes, portable areas are supported in mvc3. Mvccontrib is not a hack, it's an assembly full of very cool and handy features that different developers have contributed to it. It is quite common that features in "contrib" projects (not just mvc) eventually make it to the core project or framework.

Portable Areas are great, you should give them a try. Here is a blog to get you started:

Hope this helps,

-D

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.