.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.