.NET Tutorial - Hello World in 5 minutes

Run your app

To run your application, select the dropdown menu to the right of the run button in the top right, and select Run project associated with this file.

Run application using VS Code run button

You should see Hello, World! in your VS Code terminal.

Terminal
Hello, World!

Congratulations, you've built and run your first .NET app! Select the Continue button below to go to the next step.

Continue