What is the difference between mvc 1 and mvc 2?
Answer / Purshottum Das Chandwani
MVC 1 was introduced by Ruby on Rails as a convention over configuration approach to web development. MVC 2, also known as ASP.NET MVC, is Microsoft's implementation of the MVC pattern for building web applications using .NET Framework. The main differences between them include support for routing, improved testability, and more flexible data binding in ASP.NET MVC.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc page life cycle?
What is data annotation in mvc?
What is the difference between asynchronous and synchronous actions? When would you use asynchronous actions?
How do you explain mvc?
Explain what is mvc?
What is the main view engine called?
What is mvc application life cycle?
How the Routes in webform application and an MVC application differ?
Explain what is database first approach in mvc using entity framework?
What are viewmodels in mvc?
What is the purpose of viewmodel in mvc?
Mention what "beforfilter()","beforerender" and "afterfilter" functions do in controller?