Skip to content

Commit f86f065

Browse files
authored
Merge pull request #146 from mayuki/2024-09-06
Add 2024-09-06.md
2 parents 3e32101 + 99c6d6d commit f86f065

File tree

1 file changed

+136
-0
lines changed

1 file changed

+136
-0
lines changed

input/2024/2024-09-06.md

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
---
2+
Title: "2024-09-06: Windows App SDK 1.6, StackExchange.Redis 2.8.12"
3+
Published: 2024/09/06 00:00
4+
DestinationPath: 2024/09/06/updates.html
5+
---
6+
<!--
7+
# yyyy-MM-dd
8+
## 主なトピックス
9+
## ヘッドライン
10+
## アーティクル、スライドなど
11+
## ライブラリ、リポジトリ、ツールなど
12+
## サイト、ドキュメントなど
13+
### ツイート
14+
## Deep Dive
15+
-->
16+
17+
## トピックス
18+
### What’s new in Windows App SDK 1.6
19+
https://blogs.windows.com/windowsdeveloper/2024/09/04/whats-new-in-windows-app-sdk-1-6/
20+
21+
Windows App SDK 1.6 がリリースされた。
22+
23+
このリリースでは Native AOT のサポート、WebView2 のバージョンを NuGet 参照の形へ移行、新しいパッケージ展開 API、TabView のタブの切り離しに関する改善、その他いくつかのコントロールの改善や API の追加などが含まれている。
24+
25+
- [Version 1.6 - Stable channel release notes for the Windows App SDK - Windows apps](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-16)
26+
27+
### Release 2.8.12 · StackExchange/StackExchange.Redis
28+
https://github.com/StackExchange/StackExchange.Redis/releases/tag/2.8.12
29+
30+
StackExchange.Redis 2.8.12 がリリースされた。
31+
32+
このリリースではハッシュフィールドに対する有効期限コマンドのサポート追加、`HSCAN NOVALUES` のサポート追加の他、いくつかの不具合が修正されている。
33+
34+
### Enhance Your Cloud Development Skills at 'Azure Developers - .NET Aspire Day 2024' - .NET Blog
35+
https://devblogs.microsoft.com/dotnet/enhance-your-cloud-development-skills-at-azure-developers-dotnet-aspire-day-2024/
36+
37+
9月18日 (日本時間の9月19日午前1時) にオンラインイベントの Azure Developers - .NET Aspire Day 2024 が配信される。
38+
39+
記事ではイベントでのどのような内容が配信されるかといった点について紹介している。
40+
41+
- [Azure Developers - .NET Aspire Day 2024 | イベント | Microsoft Reactor](https://developer.microsoft.com/ja-jp/reactor/events/23485/)
42+
43+
## アーティクル、スライドなど
44+
### Faster Dictionary in C# - NDepend Blog
45+
https://blog.ndepend.com/faster-dictionary-in-c/
46+
47+
Dictionary を高速に取り扱うための手法として TryAdd や CollectionMarshal ヘルパーメソッドのようないくつかの Tips を紹介している。
48+
49+
### Easily dock and float tool windows - Visual Studio Blog
50+
https://devblogs.microsoft.com/visualstudio/easily-dock-and-float-tool-windows/
51+
52+
Visual Studio でドッキングウィンドウのタイトル部分を Ctrl キーを押しながらダブルクリックするとドッキング解除/元の位置に再ドッキングできることについて。
53+
54+
### 【コレクション式】スプレッドを逆コンパイルしてみる - Qiita
55+
https://qiita.com/abetakahiro123/items/f3bcb4e1351d62c7b0dd
56+
57+
コレクション式のスプレッド (`..`) がコンパイルされる際にどのように展開されるのか逆コンパイルで確認してみたことについて。
58+
59+
### dotInsights | September 2024 | The .NET Tools Blog
60+
https://blog.jetbrains.com/dotnet/2024/09/03/dotinsights-september-2024/
61+
62+
JetBrains による2024年9月の .NET 関連情報のまとめ。
63+
64+
### Discover .NET at DEVintersection Las Vegas 2024 - .NET Blog
65+
https://devblogs.microsoft.com/dotnet/discover-dotnet-at-dev-intersection-las-vegas-2024/
66+
67+
9月9日から Las Vegas にて開催される DEVintersection での .NET 関連のセッションについての紹介。
68+
69+
- [DEVintersection](https://devintersection.com/)
70+
71+
### Incorporate GitHub Copilot into your daily flow - Visual Studio Blog
72+
https://devblogs.microsoft.com/visualstudio/incorporate-github-copilot-into-your-daily-flow/
73+
74+
Visual Studio 2022 17.11 の GitHub Copilot によるワークフローの効率化に役立つ機能の紹介。
75+
76+
- インラインチャットによる入力候補の調整
77+
- インラインチャットをチャットウィンドウに移動し、コンテキストを増やす
78+
- エディターから直接シンボルを理解する
79+
- GitHub Copilot でコードを修正
80+
81+
### Dev Proxy v0.20 with improved simulating API errors and a new API for building integrations - Microsoft 365 Developer Blog
82+
https://devblogs.microsoft.com/microsoft365dev/dev-proxy-v0-20-with-improved-simulating-api-errors-and-a-new-api-for-building-integrations/
83+
84+
Dev Proxy v0.20 での API のエラーシミュレーションの強化やリモート制御など新機能についての紹介。
85+
86+
### Connection Resiliency for Entity Framework Core and SqlClient
87+
https://blog.codeinside.eu/2024/09/02/connection-resiliency-for-ef-core-and-sql-data/
88+
89+
Entity Framework Core と SqlClient をする際の接続回復性を担保する方法について。
90+
91+
### Enhancing your Visual Studio authentication experience - Visual Studio Blog
92+
https://devblogs.microsoft.com/visualstudio/enhancing-your-visual-studio-authentication-experience/
93+
94+
Visaul Studio 2022 17.11 で改善された(Visual Studio 自体の)認証の体験に関する仕組みについての解説。
95+
96+
記事では Web Access Manager に変わったことで得られるメリットなどを解説している。
97+
98+
### .Net8 で追加されたコレクション式で初期化できるファーストクラスコレクションを実装する
99+
https://zenn.dev/coppla/articles/b2124d70a1bb5a
100+
101+
コレクション式で表現(初期化)可能な独自の型を実装する方法について。
102+
103+
### Join Us for JetBrains .NET Days Online 2024 | The .NET Tools Blog
104+
https://blog.jetbrains.com/dotnet/2024/09/02/dotnet-days-online-2024/
105+
106+
JetBrains による .NET のオンラインイベント JetBrains .NET Days Online 2024 についての案内。
107+
108+
イベントは9月25日から2日間にわたり開催され、.NET に関する様々なセッションが配信される。
109+
110+
### Working with tar files in .NET 8
111+
https://andrewlock.net/working-with-tar-files-in-dotnet/
112+
113+
.NET 8 の標準ライブラリーで tar 形式のファイルを取り扱うことについて。
114+
115+
記事では tar.gz 形式のアーカイブの作成、展開、内容の確認といったアーカイブ操作についてのほか、ライブラリーの機能上の制限や問題点についても解説している。
116+
117+
### 【TorchSharp】C#で機械学習 ①手書き文字認識アプリの実装 - Qiita
118+
https://qiita.com/kkaneko1090/items/5773edca77f042393966
119+
120+
TorchSharp を使用して機械学習による手書き文字認識アプリケーションを実装する方法について。
121+
122+
## ライブラリ、リポジトリ、ツールなど
123+
124+
### mini-software/MiniExcel: Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
125+
https://github.com/mini-software/MiniExcel
126+
127+
高速で省メモリーな Excel ファイル操作のためのライブラリー。
128+
129+
- [The best way to work with Exel in .NET is MiniExcel?](https://medium.com/c-sharp-programming/the-best-way-to-work-with-exel-in-net-is-miniexcel-0a113f70e5aa)
130+
131+
### AnnulusGames/RandomExtensions: Provides better random number utilities and weighted collections for .NET and Unity.
132+
https://github.com/AnnulusGames/RandomExtensions
133+
134+
ランダムに関する抽象化と高速な複数のアルゴリズムの実装を提供するライブラリー。System.Numerics や Unity 向けの拡張のほか、重み付きの乱数の取り扱いなどにも対応。
135+
136+
- [【C#】Random Extensions – .NET / Unity用の乱数ライブラリ - Annulus Games](https://annulusgames.com/blog/random-extensions/)

0 commit comments

Comments
 (0)