39 lines
1.7 KiB
Markdown
39 lines
1.7 KiB
Markdown
---
|
||
title: What's new in ASP.NET Core 1.1
|
||
author: rick-anderson
|
||
description: What's new in ASP.NET Core 1.1
|
||
keywords: ASP.NET Core,bower
|
||
ms.author: riande
|
||
manager: wpickett
|
||
ms.date: 02/14/2017
|
||
ms.topic: article
|
||
ms.assetid: 062f8353-d1bc-4e99-a821-c1d1bb162c47
|
||
ms.technology: aspnet
|
||
ms.prod: aspnet-core
|
||
uid: aspnetcore-1.1
|
||
---
|
||
|
||
# What's new in ASP.NET Core 1.1
|
||
|
||
ASP.NET Core 1.1 includes the following new features:
|
||
|
||
- [URL Rewriting Middleware](xref:fundamentals/url-rewriting)
|
||
- [Response Caching Middleware](xref:performance/caching/middleware)
|
||
- [View Components as Tag Helpers](xref:mvc/views/view-components#invoking-a-view-component-as-a-tag-helper)
|
||
- [Middleware as MVC filters](xref:mvc/controllers/filters#using-middleware-in-the-filter-pipeline)
|
||
- [Cookie-based TempData provider](xref:fundamentals/app-state#tempdata-providers)
|
||
- [Azure App Service logging provider](xref:fundamentals/logging#appservice)
|
||
- [Azure Key Vault configuration provider](xref:security/key-vault-configuration)
|
||
- [Azure and Redis Storage Data Protection Key Repositories](xref:security/data-protection/implementation/key-storage-providers#azure-and-redis)
|
||
- [WebListener Server for Windows](xref:fundamentals/servers/weblistener)
|
||
- [WebSockets support](xref:fundamentals/websockets)
|
||
|
||
## 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](https://github.com/aspnet/Home/releases/tag/1.1.0)
|
||
- 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](https://live.asp.net/).
|