トピックス
.NET and .NET Framework August 2026 servicing releases updates - .NET Blog
https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-august-2026-servicing-updates/
.NET 11 Preview 7 is now available! - .NET Blog
https://devblogs.microsoft.com/dotnet/dotnet-11-preview-7/
Announcing Windows App Development CLI v0.6.0
Fiddler in 2026
https://textslashplain.com/2026/08/05/fiddler-in-2026/
リリース
アーティクル、スライドなど
.NET 11 Performance Edition
https://steven-giesel.com/blogPost/86620358-bb91-4295-84fc-a1329b2567ae
.NET 11 Runtime Async はなぜ速いのか - Qiita
https://qiita.com/hez2010/items/2aff0b2b40b9d0bfda91
【.NET】ComponentインスタンスからInitializeComponentのコードを生成する - Qiita
https://qiita.com/udoP_/items/47e50cb2e1ea34cbb5aa
Today I will... manage Git Submodules without leaving the IDE - Visual Studio Blog
https://devblogs.microsoft.com/visualstudio/managing-git-submodules-without-leaving-the-ide/
SnippingToolに機能を足して自作してみた【タスクトレイ常駐アプリとしてのアーキテクチャ】
https://zenn.dev/da39nbv3/articles/4f477a7117d627
[Aspire] aspire deploy で React (Vite) + ASP.NET Core を ACAにデプロイする
https://zenn.dev/akkodis_jp/articles/5a65c6d1af20bc
【.NET 11 Preview 7】浮動小数点数とdecimalの変換処理が変わったことによる影響
https://zenn.dev/prozolic/articles/2d09743e2f46ab
Claude Fable 5 が教えてくれた FastEnum の高速化テクニック (4) - 文字列に対する switch 文での比較
https://zenn.dev/xin9le/articles/a537775e87b814
【C#】UnionWith ってなんだっけ? LINQ の Union との違いを整理した - Qiita
https://qiita.com/nakamuuu_ow/items/f35c7aee6620dfdd7793
Hot Reloadの「適用成功」と「画面が変わる」は別物。WinForms/WPF/MAUI/Blazorで比較
https://zenn.dev/nexta_/articles/73b8624319eb1b
Instructions Hygiene - What Frontier Models Still Need You to Say - .NET Blog
.NET 11 でジェネリック仮想メソッドを高速化してみた - Qiita
https://qiita.com/hez2010/items/85c1fa4100e5898d1a55
Rx.NET 7.0 Reduces Deployment Size by Splitting Windows UI Support
https://www.infoq.com/news/2026/08/rx-net-7/
NBomber 6.6.0 | NBomber
https://nbomber.com/blog/2026/08/17/nbomber-6.6.0/
Routing and Failover for Microsoft.Extensions.AI - .NET Blog
https://devblogs.microsoft.com/dotnet/routing-and-failover-for-microsoft-extensions-ai/
【CEDEC2026】次世代デジタルカードゲームのサーバー設計と運用 〜『Shadowverse: Worlds Beyond』の舞台裏~
https://speakerdeck.com/cygames/cygames_202607_cedec2026_06
ツイート
Do you want to analyze process dumps just by asking an AI agent instead of manually going through the WinDBG GUI? I've got you covered! 👇
— Marc-André Moreau (@awakecoding) August 11, 2026
dotnet tool install -g Devolutions.WinDbg.Tool
It's written in Rust, calling into the real WinDBG engine!
See full readme at…