About this Tutorial

For all those new to the world of programming,

The "Hello, World" program is (arguably) the most famous program. It simply tells the computer to display the words “Hello, World!”. Traditionally, it’s the first program developers use to test systems. For programmers, seeing the two words on the screen means their code can compile, load, run and they can see the output.

In this tutorial, you will create a simple .NET application written in C# that prints Hello, World! to the console.

Before we go on to create our program, let's first learn a bit about .NET and set it up on our devices.

More on .NET