ねののお庭。

かりかりもふもふ。

【C#】C# 13 / .NET 9 の新機能 (RC 1 時点)

というタイトルで.NETラボで喋ってきました。

スライドはこちら

登壇の録画はこちら

ざっくりした内容は以下の通り。

  • C# 13 の新機能
    • Partial Properties
    • Params Collection
    • lock / System.Threading.Lock
    • allows ref struct
    • OverloadResolutionPriority
  • .NET 9 の新しい BCL
    • GeneratedRegex
    • Guid.CreateVersion7()
    • LINQ : CountBy
    • LINQ : AggregateBy
    • LINQ : Index
    • JsonSerializerOptions.IndentSize
    • JsonSchemaExporter
    • Base64Url
    • Debug.Assert
    • Interlocked.CompareExchange
    • System.Net.ServerSentEvents
    • MemoryExtensions.Split()
    • AlternateLookup
    • Task.WhenEach