Redditに2019年11月のMicrosoft Docsの更新状況について投稿がありました。
対象期間は2019/11/01 ~ 2019/12/04の間です。
なお、先月の更新状況は以下の通りです。
今月のテーマ
今月のテーマとしては以下の点が挙げられるそうです。
.NET
-
- React to identified problems with the 3.0 release
- Article updates for 3.0
- SameSiteMode updates
注目すべき変更点
注目すべき記事には以下のマークが付与されています。
📢: Major/Main article that everyone will want to read
💥: Important/Must read.
✨: Brand new page
上記マークが付与された記事の一部や個人的に気になった記事だけ抽出したいと思います。
今月のみんなが読みたくなる記事📢
特になし
今月の重要記事💥
API docs
444個のAPIのドキュメントを追加したそうです。
今月の新しいページ✨
今月は.NET Core 3.1のリリースのためか、ここに載せきれないくらいいっぱいあります✨
Runtime Configuration
config系がわんさかあります。
- ✨Compilation config settings
- ✨Debugging profiling config settings
- ✨Garbage collector config settings
- ✨Globalization config settings
- ✨Run-time config
- ✨Networking config settings
- ✨Threading config settings
C#
Null許容型の話
ASP.NET Core
3.1の変更点についてと、3.0から3.1へのマイグレートの話。
Blazor
とりあえずBlazor全部
- ✨ASP.NET Core Blazor lifecycle
- ✨ASP.NET Core Blazor templates
- ✨Create and use ASP.NET Core Razor components
- ✨ASP.NET Core Blazor forms and validation
- ✨Handle errors in ASP.NET Core Blazor apps
- ✨ASP.NET Core Blazor hosting models
- ✨Configure the Linker for ASP.NET Core Blazor
- ✨Host and deploy ASP.NET Core Blazor Server
Performance
メモリ管理とGCのお話
Security
マークはついてないけど個人的に気になる項目
- Styles and templates in WPF
- Logging in .NET Core and ASP.NET Core
- Health checks in ASP.NET Core
- Differences between SignalR and ASP.NET Core SignalR
おわり
3.1のリリースノートにも記載がありましたが、SameSiteMode
ってなんでしょうね。
これだけいっぱい更新されてると、どこから読み始めるか悩みますね。