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
What is Bundling and Minification in MVC?
explain code with datachaching with example
What is an assembly? Explain its parts.
What are session state modes in asp.net?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What is difference between inproc and outproc?
Should I delete cookies?
Is asp.net outdated?
Explain the use of resource manager class in .net.
How can we access static variable?
Can you dynamically assign a Master Page?
How to Separate background image and front image from original picture....
Write a code for passing ArrayList in Web API?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What does mvc represent in asp.net? : asp.net mvc