We are starting a new ASP.NET MVC project. The web application will be used also in a touch pad devices and therefore I am interested on ASP.NET MVC 4 Default Templates as it has feature called Adaptive Rendering and overall it seems to better starting point.

ASP.NET MVC 4 isn't yet ready for the production use, so I was thinking of using only parts of it.

Would the View side of the MVC 4 project (Layout, CSS, JavaScript) work on MVC 3 project?

有帮助吗?

解决方案

Of course it does. They are all heavily CSS3 and Html5. So you need to think about browser support rather than MVC runtime dlls.

I encourage you to check the below video out. It is just for you :

http://channel9.msdn.com/Events/BUILD/BUILD2011/TOOL-796T

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top