Difference between mvc2 and mvc3 in asp.net?
Answer Posted / 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 |
Post New Answer View All Answers
Why we go for mvc instead of asp.net? : Asp.Net MVC
Is asp.net easy to learn?
Explain how does asp page work?
What asp.net control can embed xaml into asp.net pages?
What is server redirect?
What is the use of global.asax file?
How to retrieve user name in case of Window Authentication?
What are query strings used for?
What is session in web technology?
Which method is used to force all the validation controls to run?
Describe the method to create a permanent cookie?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is the purpose of using MVC programming pattern in ASP.NET?
What is mvc in angular?
What is the difference between equals() and == in c#?