You have your computer ready now, so let’s start programming! In this chapter, you will create your first program in the C# language and learn all the steps that you need to perform to do this.
Seeing It in Action
In this chapter, you’ll create a program that displays message “I am starting to program in C#.” to the user (see Figure 2-1).
Figure 2-1 Your first program
Creating the Project
You start every new program by creating a new project, so let’s do that now.