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 does occur first in ASP.Net, Authentication or Authorization?
What are the parts of an http response?
What is routing in MVC?
How can you access the properties and controls of master pages from content pages?
What are cookies in asp.net?
What are the asp.net list controls and difference between them?
Why mvc is faster than asp.net? : Asp.Net MVC
what is loosely coupled solution? How it can be used?
Define secured sockets layer.
Which object wraps the state or data of a user?
How can I configure asp.net applications that are running on a remote machine?
Do cookies store passwords?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain what does wsdl stand for?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc