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 allowanonymous in mvc?
Is mvc stateless?
What is cshtml in mvc?
Mention the advantages and disadvantages of mvc model?
What is actionresult mvc?
What is modelstate isvalid in mvc?
Why you use MVC over Tradisional ASPX?
Explain what is database first approach in mvc using entity framework?
What is the difference between webforms and mvc?
What does the mvc pattern define with 3 logical layers?
Explain the role of "actionfilters" in mvc?
What is mockmvc?