2017-03-04 05:49:41 +08:00
---
title: What's new in ASP.NET Core 1.1 | Microsoft Docs
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 ](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/url-rewriting )
- [Response Caching Middleware ](https://docs.microsoft.com/en-us/aspnet/core/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 )
2017-03-07 07:46:14 +08:00
- [Cookie-based TempData provider ](xref:fundamentals/app-state#cookie-based-tempdata-provider )
2017-03-04 05:49:41 +08:00
- [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 )
2017-04-01 02:02:08 +08:00
- [WebSockets support ](xref:fundamentals/websockets )
2017-03-04 05:49:41 +08:00
## 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 )
2017-04-15 02:31:50 +08:00
- 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/ ).