Refreshing C#
I have to refresh my C# for a project. I am using Visual Studio Community 2022 and installed the MAUI package on a Windows machine. I'll quickly run through a course on MS Learn and will see after that. Here are my notes.
First surprise.
I started a new console app with C#. I was surprised to see onlyConsole.WriteLine("Hello, World!");
//
commenting a line/portion of line. /* */
multi-line comment .
member access operator ;
statement terminator, required