When visual studio has installed correctly follow the instructions bellow for c sharp settings.
- Launch the visual studio
- Select visual c# development settings
- Click on start visual studio
Wait for moment, a new window will appear,
- Change the name for you application
- Select Console application
- Click Enter
--------------------------------------------------------------------------------------------------------------------------
This is the basic structure of the program. The code used in the program in the video is given bellow.
This is the basic structure of the program. The code used in the program in the video is given bellow.
using System; class Program { public static void Main() { Console.WriteLine ("Welcome to C Sharp !"); } }
No comments:
Post a Comment