This document summarizes the latest features of ASP.NET MVC, including:
- The introduction of One ASP.NET, which unifies Web Forms, MVC, Web API and SignalR.
- New project templates and Bootstrap integration.
- One ASP.NET Identity for authentication across frameworks.
- Scaffolding for quickly generating CRUD code.
- Attribute routing for easier route definition.
- Authentication filters to perform authentication before authorization.
The presentation provides demonstrations of these features.