Difference between mvc2 and mvc3 in asp.net?

Answers were Sorted based on User's Feedback



Difference between mvc2 and mvc3 in asp.net?..

Answer / rame

MVC3 supports Json

Is This Answer Correct ?    53 Yes 3 No

Difference between mvc2 and mvc3 in asp.net?..

Answer / nagaganesh

MVC 2:

Client-side Validation
Asynchronous controllers

MVC 3:

Unobtrusive client-side validation and jQuery support
JSON model binding

Is This Answer Correct ?    31 Yes 4 No

Difference between mvc2 and mvc3 in asp.net?..

Answer / jacintha

ASP.NET MVC 3 is compatible with ASP.NET MVC 2 – which
means it will be easy to update projects you are writing
with MVC 2 to MVC 3 when it finally releases. The new
features in MVC 3 build on top of the foundational work
we’ve already done with the MVC 1 and MVC 2 releases –
which means that the skills, knowledge, libraries, and
books you’ve acquired are all directly applicable with the
MVC 3 release. MVC 3 adds new features and capabilities –
it doesn’t obsolete existing ones.

Is This Answer Correct ?    17 Yes 3 No

Difference between mvc2 and mvc3 in asp.net?..

Answer / aimbin

To know the difference among mvc2,mvc3 and mvc4 plz visit following link

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

Which type if caching will be used if we want to cache the portion of a page instead of whole page?

0 Answers  


In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?

0 Answers   Siebel Systems,


what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example?

1 Answers   Satyam,


How do http sessions work?

0 Answers  


Difference between Dataset and DataReader ?

4 Answers   Accenture, BirlaSoft, Infosys, Microsoft, Techseol,






how can u display multi language (i.e english,spanish...) web site?

2 Answers  


What kind of data can be stored in viewstate?

0 Answers  


A brief difference between Session and Cookies in asp.net

5 Answers   HCL, HCL Comnet,


Explain transparent caching with aop?

0 Answers  


• What are HttpHandlers? • What are HttpModules?

2 Answers  


How can you send an email message from an asp.net web page?

0 Answers  


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

1 Answers  


Categories