Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between MVC 2 and MVC3 [closed]

Tags:

asp.net-mvc

What are few differences between Asp.Net MVC 3 and MVC 2 framework.

like image 567
Aleem Avatar asked Feb 02 '11 18:02

Aleem


People also ask

What is mvc3?

ASP.NET MVC 3 is a framework for building scalable, standards-based web applications using well-established design patterns and the power of ASP.NET and the . NET Framework. It installs side-by-side with ASP.NET MVC 2, so get started using it today! Download the installer here.

What is the difference between each version of MVC?

1) MVC 2 Added Templates Helpers. 2) MVC 2 Added Model validator Provider. 3) MVC 2 Added Client-Side Validation. 4) MVC 2 Added Html Validation Summary Helper Methods.

What is the difference between MVC 3/4 and 5?

Authentication filter is not available in MVC4 where as Authentication filter is available in MVC5. Authentication filter is a new kind of filter in ASP.NET that runs prior to the authentication in MVC. 3. Filter over ride feature is not available in MVC4 where as this feature is available in MVC5.


2 Answers

Here is the definitive answer!

http://www.asp.net/mvc/mvc3#overview

like image 142
Daniel A. White Avatar answered Sep 20 '22 10:09

Daniel A. White


Also make sure to read the Release Notes for breaking changes. There are a few API and runtime changes that might cause existing applications to not work any more.

like image 31
marcind Avatar answered Sep 21 '22 10:09

marcind