Monday, August 5, 2013

MVC 5 New Features


In software market people as still opting MVC 3 and MVC 4 in there respective projects, Microsoft is focused on improving the MVC framework. Now soon we will see MVC 5 in the market.

To give a brief overview of the new features that MVC 5
  1. Authentication filters : This filters will run prior to authorization filters in Asp.Net Pipeline and will help developers to specify authentication logic per-action,per-controller or at global level for all the controllers.
  2. Filter overrides: override filters specify a set of filter types that should not be run for a given scope [action or controller]
  3. ASP.NET Identity for authentication and identity management
  4. MVC template has been updated with Bootstrap to provide sleek and responsive  look and feel

No comments:

Post a Comment