Contenido del Curso
Introduction to .NET with C#
Introduction to .NET with C#
2. Asynchronous Programming and Introduction to Web Services
3. Introduction to Databases with .NET
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 .
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 2