what's new in Nov (#24162)
parent
3af1e98ce3
commit
269cd13236
|
@ -1,77 +0,0 @@
|
|||
---
|
||||
title: "ASP.NET Core docs: What's new for May 1, 2021 - May 31, 2021"
|
||||
description: "What's new in the ASP.NET Core docs for May 1, 2021 - May 31, 2021."
|
||||
ms.date: 06/01/2021
|
||||
---
|
||||
|
||||
# ASP.NET Core docs: What's new for May 1, 2021 - May 31, 2021
|
||||
|
||||
Welcome to what's new in the ASP.NET Core docs from May 1, 2021 through May 31, 2021. This article lists some of the major changes to docs during this period.
|
||||
|
||||
## Blazor
|
||||
|
||||
### New articles
|
||||
|
||||
- <xref:blazor/fundamentals/startup> - Blazor startup topic
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:blazor/js-interop/call-dotnet-from-javascript>
|
||||
- Blazor Call .NET from JS topic updates
|
||||
- Blazor Call .NET from JS UE pass
|
||||
- <xref:blazor/components/lifecycle> - Blazor snippet sample app updates
|
||||
- <xref:blazor/file-uploads> - Blazor File Uploads topic UE pass
|
||||
|
||||
## Fundamentals
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:fundamentals/http-requests> - Use System.Net.Http.Json in "Make HTTP requests..."
|
||||
- <xref:fundamentals/logging/index> - Add LoggerFactoryOptions.ActivityTrackingOptions
|
||||
|
||||
## MVC
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:mvc/models/model-binding> - Binding C#9 record types /a
|
||||
|
||||
## Razor Pages
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:razor-pages/ui-class> - prep Razor UI class lib for .NET 5 version
|
||||
- <xref:razor-pages/sdk> - prep Razor SDK doc for efficient 6.0 PR/compare
|
||||
|
||||
## Security
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:security/authorization/policies> - Show that AuthorizationHandlerContext.Resource is HttpContext for >= 5.0
|
||||
- <xref:security/authentication/customize_identity_model> - modified documentation for customize identity model
|
||||
|
||||
## Tutorials
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:tutorials/first-mvc-app/adding-model> - First-MVC series: Model & DB tutorials: MT, improve readability and fix issues
|
||||
|
||||
## Community contributors
|
||||
|
||||
The following people contributed to the ASP.NET Core docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).
|
||||
|
||||
- [dharmatech](https://github.com/dharmatech) (10)
|
||||
- [fiyazbinhasan](https://github.com/fiyazbinhasan) - Fiyaz Bin Hasan (5)
|
||||
- [serpent5](https://github.com/serpent5) - Kirk Larkin (2)
|
||||
- [01binary](https://github.com/01binary) - Valeriy Novytskyy (1)
|
||||
- [devigo](https://github.com/devigo) - Igor Lyadov (1)
|
||||
- [donhuvy](https://github.com/donhuvy) - Do Nhu Vy (1)
|
||||
- [FrediKats](https://github.com/FrediKats) - Fredi Kats (1)
|
||||
- [gradonstone](https://github.com/gradonstone) - Gradon Stone (1)
|
||||
- [lohithgn](https://github.com/lohithgn) - Lohith (1)
|
||||
- [markmcgookin](https://github.com/markmcgookin) - Mark McGookin (1)
|
||||
- [msal4](https://github.com/msal4) - Mohammed Salman (1)
|
||||
- [pgermishuys](https://github.com/pgermishuys) - Pieter Germishuys (1)
|
||||
- [slipperstree](https://github.com/slipperstree) - MangoLoveCarrot (1)
|
||||
- [szalapski](https://github.com/szalapski) - Patrick Szalapski (1)
|
||||
- [utsxumiao](https://github.com/utsxumiao) - Eric Xu (1)
|
||||
- [ystvan](https://github.com/ystvan) - Istvan Marki (1)
|
|
@ -0,0 +1,157 @@
|
|||
---
|
||||
title: "ASP.NET Core docs: What's new for November 1, 2021 - November 30, 2021"
|
||||
description: "What's new in the ASP.NET Core docs for November 1, 2021 - November 30, 2021."
|
||||
ms.date: 12/01/2021
|
||||
---
|
||||
|
||||
# ASP.NET Core docs: What's new for November 1, 2021 - November 30, 2021
|
||||
|
||||
Welcome to what's new in the ASP.NET Core docs from November 1, 2021 through November 30, 2021. This article lists some of the major changes to docs during this period.
|
||||
|
||||
## Blazor
|
||||
|
||||
### New articles
|
||||
|
||||
- <xref:blazor/images> - Blazor Working With Images Docs
|
||||
- <xref:blazor/file-downloads> - Blazor File Downloads Documentation
|
||||
- <xref:blazor/webassembly-native-dependencies> - Blazor native deps (w/callback coverage)
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:blazor/fundamentals/environments> - Blazor environments for App Service
|
||||
- <xref:blazor/fundamentals/handle-errors>
|
||||
- Blazor Handle Errors updates
|
||||
- Drop pivots in Blazor fundamental topics
|
||||
- <xref:blazor/call-web-api> - Blazor hosting model pivot updates
|
||||
- <xref:blazor/fundamentals/static-files> - Blazor static files guidance improvements
|
||||
- <xref:blazor/host-and-deploy/webassembly> - Blazor static files guidance improvements
|
||||
- <xref:blazor/host-and-deploy/index> - App base path/sub-app hosting updates
|
||||
|
||||
## Data access
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:data/ef-rp/crud> - pre EF/RP monikers /3
|
||||
- <xref:data/ef-rp/intro> - pre EF/RP monikers /3
|
||||
|
||||
## Fundamentals
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:fundamentals/httpcontext> - Prepare HttpContext for 6.0
|
||||
- <xref:fundamentals/error-handling> - Prepare Handle Errors for 6.0
|
||||
- <xref:fundamentals/servers/kestrel> - Prepare Kestrel Overview for 6.0
|
||||
- <xref:fundamentals/app-state> - moniker prep session
|
||||
- <xref:fundamentals/host/generic-host> - Update bool value entries for host config
|
||||
- <xref:fundamentals/routing>
|
||||
- Update Routing to 6.0
|
||||
- Prepare Routing for 6.0
|
||||
- Guidance for large route tables /2
|
||||
- <xref:fundamentals/http-requests> - Update HTTP Requests to 6.0
|
||||
- <xref:fundamentals/configuration/options> - prep monikers for Options
|
||||
|
||||
## gRPC
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:grpc/troubleshoot> - Troubleshoot doc on using gRPC client with HTTP/3
|
||||
|
||||
## Migration
|
||||
|
||||
### New articles
|
||||
|
||||
- <xref:migration/31-to-60> - 3.1 to 6.0 LTS track migration guide /3
|
||||
|
||||
## MVC
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:mvc/controllers/filters> - Update Filters to 6.0
|
||||
- <xref:mvc/models/model-binding> - Prepare Model-Binding for 6.0
|
||||
|
||||
## Performance
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:performance/caching/memory> - Prepare Cache In-Memory for 6.0
|
||||
|
||||
## Razor Pages
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:razor-pages/index> - Moniker prep for into to RP /4
|
||||
|
||||
## Security
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:security/authorization/claims> - Moniker Prep work for Claims /3
|
||||
- <xref:security/authentication/windowsauth> - Update monikers for Win auth /3
|
||||
- <xref:security/authentication/scaffold-identity> - prep monikers for scaffold identity
|
||||
- <xref:security/authentication/microsoft-logins> - Prepare Microsoft Logins for 6.0
|
||||
- <xref:security/enforcing-ssl>
|
||||
- HTTPS moniker prep for V6 /4
|
||||
- Feature/https linux updates
|
||||
- <xref:security/app-secrets> - moniker prep for secrets
|
||||
|
||||
## Testing
|
||||
|
||||
### New articles
|
||||
|
||||
- <xref:test/hot-reload> - .NET Hot Reload support
|
||||
|
||||
## Tutorials
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:tutorials/first-mongo-app>
|
||||
- Update MongoDB Web Api to 6.0
|
||||
- Prepare MongoDb Web Api for 6.0
|
||||
- <xref:tutorials/signalr>
|
||||
- Update SignalR tutorial to V6 /2
|
||||
- signalR moniker prep /2
|
||||
- <xref:tutorials/get-started-with-swashbuckle> - Update Swashbuckle tutorial syntax and 6.0 RTM
|
||||
- <xref:tutorials/razor-pages/model> - Update model.md
|
||||
|
||||
## Web API
|
||||
|
||||
### Updated articles
|
||||
|
||||
- <xref:web-api/handle-errors>
|
||||
- Update Handle Web API Errors to 6.0
|
||||
- Prepare Handle Web API Errors for 6.0
|
||||
- <xref:web-api/advanced/formatting>
|
||||
- Update Format Response Data to 6.0
|
||||
- Prepare Format Response Data for 6.0
|
||||
|
||||
## Community contributors
|
||||
|
||||
The following people contributed to the ASP.NET Core docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).
|
||||
|
||||
- [GitHubPang](https://github.com/GitHubPang) (9)
|
||||
- [hmz777](https://github.com/hmz777) - HMZ (2)
|
||||
- [alaatm](https://github.com/alaatm) - Alaa Masoud (1)
|
||||
- [alikrc](https://github.com/alikrc) - Ali (1)
|
||||
- [andreapace](https://github.com/andreapace) - Andrea Pace (1)
|
||||
- [ascott18](https://github.com/ascott18) - Andrew Scott (1)
|
||||
- [behroozbc](https://github.com/behroozbc) - behrooz bozorg chami (1)
|
||||
- [Bouke](https://github.com/Bouke) - Bouke Haarsma (1)
|
||||
- [celsojr](https://github.com/celsojr) - Celso Jr (1)
|
||||
- [cirinatorres](https://github.com/cirinatorres) (1)
|
||||
- [flinde](https://github.com/flinde) - Fredrik Linde (1)
|
||||
- [ignBiometrical](https://github.com/ignBiometrical) - Biometrical (1)
|
||||
- [jo-ninja](https://github.com/jo-ninja) - Joni (1)
|
||||
- [JohnSurina](https://github.com/JohnSurina) - John Surina (1)
|
||||
- [jonas-lomholdt](https://github.com/jonas-lomholdt) - Jonas Lomholdt (1)
|
||||
- [JuergenGutsch](https://github.com/JuergenGutsch) - Juergen Gutsch (1)
|
||||
- [martincostello](https://github.com/martincostello) - Martin Costello (1)
|
||||
- [Pemek](https://github.com/Pemek) - Przemysław Madej (1)
|
||||
- [provegard](https://github.com/provegard) - Per Rovegård (1)
|
||||
- [PrzybylaMateusz](https://github.com/PrzybylaMateusz) (1)
|
||||
- [ryandle](https://github.com/ryandle) - Ryan Yandle (1)
|
||||
- [sgryphon](https://github.com/sgryphon) - Sly Gryphon (1)
|
||||
- [Swiftly1](https://github.com/Swiftly1) (1)
|
||||
- [tufteddeer](https://github.com/tufteddeer) - Fabian (1)
|
||||
- [vanillajonathan](https://github.com/vanillajonathan) - Jonathan (1)
|
||||
- [vladsaftoiu](https://github.com/vladsaftoiu) - Vlad Saftoiu Alexandru (1)
|
||||
- [yecril71pl](https://github.com/yecril71pl) - Christopher Yeleighton (1)
|
|
@ -14,6 +14,8 @@ landingContent:
|
|||
linkLists:
|
||||
- linkListType: whats-new
|
||||
links:
|
||||
- text: November 2021
|
||||
url: 21-11.md
|
||||
- text: October 2021
|
||||
url: 21-10.md
|
||||
- text: September 2021
|
||||
|
@ -24,8 +26,6 @@ landingContent:
|
|||
url: 21-07.md
|
||||
- text: June 2021
|
||||
url: 21-06.md
|
||||
- text: May 2021
|
||||
url: 2021-05.md
|
||||
|
||||
- title: "Get involved - contribute to ASP.NET Core docs"
|
||||
linkLists:
|
||||
|
|
|
@ -3,6 +3,8 @@ items:
|
|||
href: index.yml
|
||||
expanded: true
|
||||
items:
|
||||
- name: November 2021
|
||||
href: 21-11.md
|
||||
- name: October 2021
|
||||
href: 21-10.md
|
||||
- name: September 2021
|
||||
|
@ -13,5 +15,3 @@ items:
|
|||
href: 21-07.md
|
||||
- name: June 2021
|
||||
href: 21-06.md
|
||||
- name: May 2021
|
||||
href: 2021-05.md
|
||||
|
|
Loading…
Reference in New Issue