PreviousNext

Introducing C# 9: Top-level programs

by anthonygiretti, 2020-06-22T22:58:54.817Z

C# 9 introduces a super fun feature: Top-level programs. What’s a Top-level program ? This is a simpler way to write your program on its top level: a simpler Program.cs file

Read More