What’s new in ASP.NET Core 1.1
ASP.NET Core 1.1 includes the following new features:
- (xref:)URL Rewriting Middleware
- (xref:)Response Caching Middleware
- (xref:)View Components as Tag Helpers
- (xref:)Middleware as MVC filters
- (xref:)Cookie-based TempData provider
- (xref:)Azure App Service logging provider
- (xref:)Azure Key Vault configuration provider
- (xref:)Azure and Redis Storage Data Protection Key Repositories
- (xref:)WebListener Server for Windows
- (xref:)WebSockets support
Choosing between versions 1.0 and 1.1 of ASP.NET Core
ASP.NET Core 1.1 has more features than 1.0. In general, we recommend you use the latest version.
Additional Information
- ASP.NET Core 1.1.0 Release Notes
- If you’d like to connect with the ASP.NET Core development team’s progress and plans, tune in to the weekly ASP.NET Community Standup.
Comments (
)
Link to this page:
//www.vb-net.com/AspNet-DocAndSamples-2017/aspnetcore/aspnetcore-1.1.htm
|