Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.82 KB

File metadata and controls

21 lines (16 loc) · 1.82 KB

.NET Conf 2024 - XE C# 13 - Session 16-11-2024

Before try any samples about the New C# 13 Features you must install .NET 9 and then open a terminal in VSCode and run dotnet watch - you can test every single example modifing Program.cs - to follow the "live demo" you can check diff from files XXX_init.cs -> XXX_mid.cs -> XXX_ok.cs inside the single EXn folder.

Reference C# 13

  • VIDEO Mads & Dustin - What’s New in C# 13?
  • VIDEO Mads & Dustin presenting C# 13 @Build (preview extensions)
  • ARTICLE Explore C# 13 Preview Features
  • DOCS What's NEW in C# 13
  • WIKI C# Feature Status
  • REPO C# compliler source & meeting notes

Details about C# 13 Features