The Requirement for C# Hello World Example:
(explain that we need Visual Studio, installed)
Compiling C# Hello World Program:
How Does C# Hello World Program Work?
(Explain that the entry of the program is main method, and instructions in this method is run one at a time
(And give a general view of how it works overall)