C# Quick Example

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)

Parameters Used in C# Hello World Program

C# Class

C# Access Specifier: Public

C# Static

C# Main Method

Valid C# Main Method Signature

Invalid C# Main Method Signature

C# Method Parameter: String [] args

C# Console.WriteLine() Method

Conclusion