Does MVCContrib support MVC4? I am trying to use it in my project. Can any one help me with an example?
|
|
The documentation mentions support for the script and style bundling of MVC4. Other discussions on codeplex indicate that T4MVC in MVC4 is working for people. https://t4mvc.codeplex.com/documentation
It appears full support for this is still being added. But the features that worked in MVC2 I know still worked in MVC3 because I used them in MVC3; but the documentation does not explicitly say it works with MVC3. I suspect that every feature in MVC4 that was part of MVC3 still works in MVC4. Here is the reference discussion for bundling: http://t4mvc.codeplex.com/discussions/399205 T4MVC is still better than relying on magic strings to reference controller actions and view names. In my opinion the next version of MVC just needs to include T4MVC in the base feature set. Until that happens I'll continue to use T4MVC. |
|||
|
|