Chapter 1

It is tradition to name the file containing the class the same name as the class name. This is why we rename the ‘Program.cs’ file to a name that describes our program. A project may have multiple class (*.cs) files. To create a new class file under an existing project, select the project in the Solution Explorer and RMB > Add > Class. ................
................