We use cookies to improve your experience. If you continue to use our site, we'll assume that you're happy with it. :)

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.

CodewithDevops

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

CodewithDevops

Step 2:- 
Select Console application from all options and click next

CodewithDevops

Step 3:- Give any name you want and click next

CodewithDevops

Step 4:- Now click Create and don't do anything

CodewithDevops

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.

CodewithDevops

Step 6:- Output will look like below on your console

CodewithDevops

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.













Post a Comment