top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the enhancements ASP.NET MVC 3 provided compared to ASP.NET MVC 2?

0 votes
241 views
What are the enhancements ASP.NET MVC 3 provided compared to ASP.NET MVC 2?
posted Sep 1, 2016 by Sathaybama

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Following are list of some enhancements in ASP.NET MVC 3 compared to ASP.NET MVC 2

  1. Razor View Engine
  2. Partial Page Output Caching
  3. Unobtrusive Javascript and Validation
  4. New Dynamic ViewModel Property
  5. Global Filters
  6. New ActionResult Types (HttpNotFoundResult, HttpStatusCodeResult, HttpRedirectResult)
  7. JSON binding support inbuilt
answer Sep 2, 2016 by Shivaranjini
...