Learn string templating in .NET, from simple techniques like concatenation and interpolation to advanced libraries, such as Scriban, for complex templates with logic and loops.
Understand how easily object mutation can introduce subtle bugs in your data when using LINQ. Learn the immutable fix for Select statement side effects.
Run C# without creating a .csproj file using .NET 10. Learn how to execute single .cs files, reference packages, and use script properties.