I got a project and I want to know about the project i.e. it is build in Asp.net MVC3 or in Asp.net MVC4? How can I find its build process i.e. made in MVC3 or in MVC4?
ASP.NET MVC 4 is a framework for building scalable, standards-based web applications using well-established design patterns and the power of the ASP.NET and the . NET framework. This new, fourth version of the framework focuses on making mobile web application development easier.
Check project references (or bin folder), look for "System.Web.Mvc"
and open its properties. Then look the "Version"
property. If it is 4.0.0.0
is MVC 4, if it is 3.0.0.0
is of course MVC 3.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With