Quick Start
Before you begin you will need to have
Visual Studio
installed. Since we are going to learn in a programming language (C#) developed by
Microsoft.
- Download and Install Visual Studio from Microsoft
The Community version is free
You will need to have at least this module (.NET Desktop development) installed.
I already have Visual Studio installed correctly
-
Open Visual Studio and create a new project. Like the picture.
- Click next and save the project. Make sure you are going to use "Framework 4.8"
Congratulations! You already have your first project in Visual Studio.
You are now ready to start practicing C# exercises. Remember the steps to follow.
Below I indicate some C# exercises so that you can interpret the code and start practicing C# exercises
If you notice in the code of the C# exercise there is a line... Console.Read() and in the code of the examples there is not. Place this line of C# code at the end of each C# exercise. The program will not close.