Skip to main content

Posts

Showing posts with the label What's New in ASP.NET MVC 6?

What's New in ASP.NET MVC 5?

The MVC is a framework, standard pattern for developing Web applications and MVC framework handled by three objects Model, View and Controller. What's New in ASP.NET MVC 6? MVC 5 Key Features - 1.       One ASP.NET 2.       ASP.NET Identity 3.       Bootstrap 4.       Authentication filters 5.       Filter overrides 6.       Attribute routing In detail - 1.       MVC 5 introduced to ASP.NET Identity for authentication and identity management. 2.       ASP.NET Identity is a new Membership provider to handle the authentication and authorization for social networking site just like Google , twitter, face-book etc. 3.       MVC 5 added  to authentication filters for authenticate to users using  third party authentication provi...