How to make your first c sharp Program
Firstly you need to download Microsoft visual Basic 10 Or 12 and download it. Then go to strrt menu and select Microsoft Visual Basic 10 then click Microsoft Visual Basic 10.Instruction below this picture.............. Step:1 Step:2 Step:3 Step:4 Step:5 Step:6 Step:7 Step:8 Definition: Console.WriteLine("welcome to c Sharpe Program"); Console.ReadKey(); If we want to show somethings in our console window then we need to write Console.WriteLine("Write here what do want......"); To show our console window more time we need to write this code. ...