Difference between mvc2 and mvc3 in asp.net?
Answer Posted / 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 |
Post New Answer View All Answers
Can action method static?
How does session id work?
How to rename a table using sql queries?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What are the different types of cookies in asp.net?
What is repository pattern in mvc.net? : asp.net mvc
What is a 1x1 pixel?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is enableviewstate?
What are directives in asp.net?
Explain about consistent programming model in the .NET framework?
Write a code for sending an email from asp.net application.
List down the sequence of methods called during the page load.
How does session authentication work?
What is session in web technology?