C# is pronounced as "C-Sharp". It is an object-oriented programming language provided by Microsoft that runs on .Net Framework.
Open Visual-Studio=>Go to File=>New=>Project=>
Select Type of Project-Console Application etc
In this Blog Most Of Practical Example is Shown in
Console Application
Console.WriteLine();-Used To Print And Write in the Console Console.ReadLine();-Used to Read the Line that is type on Console Main Method Is Your entry point of Window Forms Application Main1() Method is call in Main Method