Skip to content

Commit a790ce3

Browse files
authored
Add what's new page for March (#17565)
* Add what's new page for March * React to feedback * Add one more link
1 parent fd00a9a commit a790ce3

4 files changed

Lines changed: 86 additions & 151 deletions

File tree

aspnetcore/whats-new/2019-09.md

Lines changed: 0 additions & 146 deletions
This file was deleted.

aspnetcore/whats-new/2020-03.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: "ASP.NET Core docs: What's new for March 2020"
3+
description: "What's new in ASP.NET Core docs for March 2020."
4+
ms.date: 04/01/2020
5+
---
6+
7+
# ASP.NET Core docs: What's new for March 2020
8+
9+
This article lists some of the significant changes to docs during this period.
10+
11+
## Blazor
12+
13+
### New articles
14+
15+
- [Build Progressive Web Applications with ASP.NET Core Blazor WebAssembly](../blazor/progressive-web-app.md) - Blazor WASM PWA support
16+
17+
### Updated articles
18+
19+
- [ASP.NET Core Blazor dependency injection](../blazor/dependency-injection.md) - Expand OwningComponentBase docs
20+
- [Call .NET methods from JavaScript functions in ASP.NET Core Blazor](../blazor/call-dotnet-from-javascript.md) - Enhance Blazor JS Interop coverage
21+
- [Debug ASP.NET Core Blazor WebAssembly](../blazor/debug.md) - Blazor WASM debug topic updates for 3.2 Preview 3
22+
23+
## Fundamentals
24+
25+
### Updated articles
26+
27+
- [.NET Generic Host](../fundamentals/host/generic-host.md) - Explain how to disable app config reload in ASP.NET Core 5.0
28+
- [Configuration in ASP.NET Core](../fundamentals/configuration/index.md) - Rewrite the entire doc
29+
- [Dependency injection in ASP.NET Core](../fundamentals/dependency-injection.md) - Update Disposal section and versioning in DI topic
30+
- [Routing in ASP.NET Core](../fundamentals/routing.md) - Rewrite the entire doc for ASP.NET Core 3.x
31+
32+
## Migration
33+
34+
### New articles
35+
36+
- [Migrate from ASP.NET Core 3.1 to 5.0](../migration/31-to-50.md) - Document migration from ASP.NET Core 3.1 to 5.0
37+
38+
## MVC
39+
40+
### New articles
41+
42+
- [Component Tag Helper in ASP.NET Core](../mvc/views/tag-helpers/built-in/component-tag-helper.md) - Add Component Tag Helper doc to explain rendering Razor components in pages and views
43+
44+
### Updated articles
45+
46+
- [Routing to controller actions in ASP.NET Core](../mvc/controllers/routing.md) - Rewrite the entire doc for ASP.NET Core 3.x
47+
48+
## Security
49+
50+
### New articles
51+
52+
- [ASP.NET Core Blazor WebAssembly additional security scenarios](../security/blazor/webassembly/additional-scenarios.md) - Blazor WebAssembly auth documentation
53+
- [Enforce a Content Security Policy for ASP.NET Core Blazor](../security/blazor/content-security-policy.md) - Blazor Content Security Policy topic
54+
- [Hosting ASP.NET Core images with Docker Compose over HTTPS](../security/docker-compose-https.md) - Hosting an ASP.NET Core image with Docker Compose
55+
- [Multi-factor authentication in ASP.NET Core](../security/authentication/mfa.md) - Add new doc for multi-factor authentication in ASP.NET Core
56+
- [Secure an ASP.NET Core Blazor WebAssembly hosted app with Azure Active Directory](../security/blazor/webassembly/hosted-with-azure-active-directory.md) - Blazor WebAssembly auth documentation
57+
- [Secure an ASP.NET Core Blazor WebAssembly hosted app with Azure Active Directory B2C](../security/blazor/webassembly/hosted-with-azure-active-directory-b2c.md) - Blazor WebAssembly auth documentation
58+
- [Secure an ASP.NET Core Blazor WebAssembly hosted app with Identity Server](../security/blazor/webassembly/hosted-with-identity-server.md) - Blazor WebAssembly auth documentation
59+
- [Secure an ASP.NET Core Blazor WebAssembly standalone app with Azure Active Directory](../security/blazor/webassembly/standalone-with-azure-active-directory.md) - Blazor WebAssembly auth documentation
60+
- [Secure an ASP.NET Core Blazor WebAssembly standalone app with Azure Active Directory B2C](../security/blazor/webassembly/standalone-with-azure-active-directory-b2c.md) - Blazor WebAssembly auth documentation
61+
- [Secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Accounts](../security/blazor/webassembly/standalone-with-microsoft-accounts.md) - Blazor WebAssembly auth documentation
62+
- [Secure an ASP.NET Core Blazor WebAssembly standalone app with the Authentication library](../security/blazor/webassembly/standalone-with-authentication-library.md) - Blazor WebAssembly auth documentation
63+
- [Secure ASP.NET Core Blazor WebAssembly](../security/blazor/webassembly/index.md) - Blazor WebAssembly auth documentation
64+
65+
## Community contributors
66+
67+
The following people have contributed to ASP.NET Core docs in March 2020. Thank you! You can learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).
68+
69+
- [serpent5](https://github.com/serpent5) - Kirk Larkin (4)
70+
- [PickNickChock](https://github.com/PickNickChock) - Nick (2)
71+
- [chrissainty](https://github.com/chrissainty) - Chris Sainty (1)
72+
- [damienbod](https://github.com/damienbod) - damienbod (1)
73+
- [devlead](https://github.com/devlead) - Mattias Karlsson (1)
74+
- [ericmutta](https://github.com/ericmutta) - Eric Mutta (1)
75+
- [Faulknerd](https://github.com/Faulknerd) - Faulkner D (1)
76+
- [jerriep](https://github.com/jerriep) - Jerrie Pelser (1)
77+
- [khalidabuhakmeh](https://github.com/khalidabuhakmeh) - Khalid Abuhakmeh (1)
78+
- [MaiReo](https://github.com/MaiReo) - MaiReo (1)
79+
- [SeanStove](https://github.com/SeanStove) - Sean Stove (1)
80+
- [timbze](https://github.com/timbze) (1)
81+
- [Vuurwarm](https://github.com/Vuurwarm) (1)

aspnetcore/whats-new/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ metadata:
77
title: ASP.NET Core documentation - What's new?
88
description: "Learn about new and updated content in ASP.NET Core docs."
99
ms.topic: landing-page
10-
ms.date: 03/02/2020
10+
ms.date: 04/01/2020
1111

1212
landingContent:
1313
- title: "Find ASP.NET Core docs updates"
1414
linkLists:
1515
- linkListType: whats-new
1616
links:
17+
- text: March 2020
18+
url: 2020-03.md
1719
- text: February 2020
1820
url: 2020-02.md
1921
- text: January 2020
@@ -24,8 +26,6 @@ landingContent:
2426
url: 2019-11.md
2527
- text: October 2019
2628
url: 2019-10.md
27-
- text: September 2019
28-
url: 2019-09.md
2929

3030
- title: "Get involved - contribute to ASP.NET Core docs"
3131
linkLists:

aspnetcore/whats-new/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- name: 2020
66
expanded: true
77
items:
8+
- name: March
9+
href: 2020-03.md
810
- name: February
911
href: 2020-02.md
1012
- name: January
@@ -18,5 +20,3 @@
1820
href: 2019-11.md
1921
- name: October
2022
href: 2019-10.md
21-
- name: September
22-
href: 2019-09.md

0 commit comments

Comments
 (0)