.NET Conf 2023 - XE C# 12 - Session 18-11-2023
Before try any samples about the New C# 12 Features you must install .NET 8 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.