Conteúdo do Curso
Introduction to .NET with C#
Introduction to .NET with C#
Creating a Console Application
The steps for creating a new Console Application project are summarized below:
- Open up your Visual Studio;
- Click on "Create a new project";
- Select the "Console App" template and click next;
- Set a Project Name and click Next;
- Set the .NET version to latest or .NET 8;
- Make sure "Do not use top-level statements" is checked;
- Click Create.
Obrigado pelo seu feedback!