|
| 1 | +--- |
| 2 | +title: "ASP.NET Core docs: What's new for April 2020" |
| 3 | +description: "What's new in ASP.NET Core docs for April 2020." |
| 4 | +ms.date: 05/01/2020 |
| 5 | +--- |
| 6 | + |
| 7 | +# ASP.NET Core docs: What's new for April 2020 |
| 8 | + |
| 9 | +This article lists some of the significant changes to docs during this period. |
| 10 | + |
| 11 | +## Blazor |
| 12 | + |
| 13 | +### Updated articles |
| 14 | + |
| 15 | +- [Create and use ASP.NET Core Razor components](../blazor/components.md) - Surface warning/approach for component state |
| 16 | +- [ASP.NET Core Blazor hosting model configuration](../blazor/hosting-model-configuration.md) - Document Blazor WASM support for using configuration values in startup logic |
| 17 | + |
| 18 | +## gRPC |
| 19 | + |
| 20 | +### Updated articles |
| 21 | + |
| 22 | +- [Call gRPC services with the .NET client](../grpc/client.md) - Update gRPC client docs with trailer information |
| 23 | + |
| 24 | +## MVC |
| 25 | + |
| 26 | +### Updated articles |
| 27 | + |
| 28 | +- [Razor file compilation in ASP.NET Core](../mvc/views/view-compilation.md) - Adapt Razor runtime compilation guidance to changes made in ASP.NET Core 3.1 |
| 29 | + |
| 30 | +## Security |
| 31 | + |
| 32 | +### Updated articles |
| 33 | + |
| 34 | +- [Add, download, and delete custom user data to Identity in an ASP.NET Core project](../security/authentication/add-user-data.md) - Adding additional claims to Identity |
| 35 | +- [ASP.NET Core Blazor authentication and authorization](../security/blazor/index.md) - Improvements to Blazor auth coverage |
| 36 | +- [Secure ASP.NET Core Blazor Server apps](../security/blazor/server.md) - Improvements to Blazor auth coverage |
| 37 | +- [ASP.NET Core Blazor WebAssembly additional security scenarios](../security/blazor/webassembly/additional-scenarios.md) |
| 38 | + - Apply Blazor Preview 5 updates |
| 39 | + - Move two Blazor WASM Overview sections |
| 40 | +- [Secure ASP.NET Core Blazor WebAssembly](../security/blazor/webassembly/index.md) - Improvements to Blazor auth coverage |
| 41 | +- [Enable Cross-Origin Requests (CORS) in ASP.NET Core](../security/cors.md) |
| 42 | + - Rewrite entire doc and update for ASP.NET Core 3.1 |
| 43 | + - Provide links to Azure apps for testing CORS |
| 44 | +- [Client IP safelist for ASP.NET Core](../security/ip-safelist.md) - Update client IP address safelist doc and app for ASP.NET Core 3.1 |
| 45 | + |
| 46 | +## SignalR |
| 47 | + |
| 48 | +### Updated articles |
| 49 | + |
| 50 | +- [ASP.NET Core SignalR configuration](../signalr/configuration.md) - Document the MinimumProtocolVersion property used for advanced SignalR HTTP configuration |
| 51 | +- [Use MessagePack Hub Protocol in SignalR for ASP.NET Core](../signalr/messagepackhubprotocol.md) - Update MessagePack docs for 5.0 |
| 52 | + |
| 53 | +## Community contributors |
| 54 | + |
| 55 | +The following people have contributed to ASP.NET Core docs in April 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). |
| 56 | + |
| 57 | +- [serpent5](https://github.com/serpent5) - Kirk Larkin (11) |
| 58 | +- [HamidMolareza](https://github.com/HamidMolareza) - Hamid Molareza (3) |
| 59 | +- [MelbourneDeveloper](https://github.com/MelbourneDeveloper) - Christian Findlay (3) |
| 60 | +- [inouiw](https://github.com/inouiw) - David New (2) |
| 61 | +- [kurtfurbush](https://github.com/kurtfurbush) - Kurt Furbush (2) |
| 62 | +- [rdeveen](https://github.com/rdeveen) - R. de Veen (2) |
| 63 | +- [wenhx](https://github.com/wenhx) - wenhx (2) |
| 64 | +- [brgrz](https://github.com/brgrz) - Marko Hrovatic (1) |
| 65 | +- [damienbod](https://github.com/damienbod) - damienbod (1) |
| 66 | +- [DrakeLambert](https://github.com/DrakeLambert) - Drake Lambert (1) |
| 67 | +- [kkbruce](https://github.com/kkbruce) - Bruce Chen (1) |
| 68 | +- [KyleMit](https://github.com/KyleMit) - Kyle (1) |
| 69 | +- [Marcel0024](https://github.com/Marcel0024) - Marcel (1) |
| 70 | +- [MohamedSahbi](https://github.com/MohamedSahbi) - Mohamed Sahbi (1) |
| 71 | + |
| 72 | +Want to contribute to the ASP.NET Core docs? Read our [contribution guidelines](https://github.com/dotnet/AspNetCore.Docs/blob/master/CONTRIBUTING.md). |
0 commit comments