2017-03-04 05:49:41 +08:00
|
|
|
---
|
2017-07-01 07:47:15 +08:00
|
|
|
title: What's new in ASP.NET Core 1.1
|
2017-03-04 05:49:41 +08:00
|
|
|
author: rick-anderson
|
2018-03-15 10:51:34 +08:00
|
|
|
description: Learn about the new features in ASP.NET Core 1.1.
|
2018-08-21 03:45:04 +08:00
|
|
|
ms.author: riande
|
2018-12-20 02:52:37 +08:00
|
|
|
ms.date: 12/18/2018
|
2021-05-09 04:12:34 +08:00
|
|
|
no-loc: [Home, Privacy, Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
|
2017-03-04 05:49:41 +08:00
|
|
|
uid: aspnetcore-1.1
|
|
|
|
---
|
|
|
|
|
|
|
|
# What's new in ASP.NET Core 1.1
|
|
|
|
|
|
|
|
ASP.NET Core 1.1 includes the following new features:
|
|
|
|
|
2017-09-12 09:58:51 +08:00
|
|
|
- [URL Rewriting Middleware](xref:fundamentals/url-rewriting)
|
|
|
|
- [Response Caching Middleware](xref:performance/caching/middleware)
|
2017-03-04 05:49:41 +08:00
|
|
|
- [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-10-28 04:38:52 +08:00
|
|
|
- [Cookie-based TempData provider](xref:fundamentals/app-state#tempdata)
|
2021-09-10 01:01:33 +08:00
|
|
|
- [Azure App Service logging provider](xref:fundamentals/logging/index#azure-app-service)
|
2017-03-04 05:49:41 +08:00
|
|
|
- [Azure Key Vault configuration provider](xref:security/key-vault-configuration)
|
2019-06-12 22:41:35 +08:00
|
|
|
- [Azure and Redis Storage Data Protection Key Repositories](xref:security/data-protection/implementation/key-storage-providers)
|
2018-12-20 02:52:37 +08:00
|
|
|
- WebListener Server for Windows
|
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
|
|
|
|
|
2019-12-20 02:34:15 +08:00
|
|
|
ASP.NET Core 1.1 has more features than ASP.NET Core 1.0. In general, we recommend you use the latest version.
|
2017-03-04 05:49:41 +08:00
|
|
|
|
|
|
|
## Additional Information
|
|
|
|
|
2020-01-10 03:30:28 +08:00
|
|
|
- [ASP.NET Core 1.1.0 Release Notes](https://github.com/dotnet/aspnetcore/releases/tag/1.1.0)
|
2018-01-29 05:49:15 +08:00
|
|
|
- To connect with the ASP.NET Core development team's progress and plans, tune in to the [ASP.NET Community Standup](https://live.asp.net/).
|