One ASP.NET
- No Authentication
- Individual User Accounts (Single Sign-On support with FaceBook, Twitter, Google, and Microsoft ID – or Forms Auth with ASP.NET Membership)
- Organizational Accounts (Single Sign-On support with Windows Azure Active Directory )
- Windows Authentication (Active Directory in an intranet application)
Responsive Project Templates with Bootstrap
Visual Studio Web Tooling Improvements
Browser Link – SignalR channel between browser and Visual Studio
ASP.NET Scaffolding
ASP.NET Identity
ASP.NET Web API 2
Attribute routing
OAuth 2.0 support
OData Improvements
- Support for $select, $expand, $batch, and $value
- Improved extensibility
- Type-less support
- Reuse an existing model
OWIN Integration
More Web API Improvements
- CORS support
- Authentication Filters
- Filter Overrides
- Improved Unit Testability
- Portable ASP.NET Web API Client
ASP.NET SignalR 2
ASP.NET MVC 5
- Authentication filters: These filters allow you to specify authentication logic per-action, per-controller or globally for all controllers.
- Attribute Routing: Attribute Routing allows you to define your routes on actions or controllers.
Entity Framework 6 Improvements
Async and Task<T> Support
Interception and Logging
Custom Code-First Conventions
Connection Resiliency
Microsoft OWIN Components
For more information about OWIN and Katana, see What’s new in OWIN and Katana.
Summary
This post was originally Appeared on Scott Gu’s Blog
Add comment