Basic Design Pattern and Structure of C# Program using C# 13.0
Today in this blog we are going to see how basic design of C# program looks like and what are the the codes that we need to write to run the program.
First thing is open Visual Studio application in your machine. If you don't know how to install click me to go through all steps and install properly so that if you follow my steps you should not get any errors or issues while running the application.
Step 1:- Open Visual Studio and Click on Create a new Project
Step 2:- Select Console application from all options and click next
Step 3:- Give any name you want and click next
Step 4:- Now click Create and don't do anything
Step 5:- My app name was TestApp so I am getting test app with green triangle just click on it, it will run and give you output on console that says Hello World.
Step 6:- Output will look like below on your console
I hope your app also is also getting same output, if not comment section is open you can ask any question will try to give you result as soon as possible.