EAXMPLE :- HELLO WORLD!
I f you learned ever programming , you know that they all start with the "HELLO WORLD"example. Now these are to that for go "Start Visual C# Express > Select File >New Project from the project dialog and select console application >press ok"
Visual C# Express creates a new project for you, including a file called Program.cs.
look like something this

Hello World line is print using command like this
Console.WriteLine("HELLO WORLD!");
this line is used to get output or what you want to print.
Console.ReadLine();
staying black window to use this code.
So using this command to write down below.........
No comments