¿Cómo instalar y configurar Visual Studio para C#?

Requisito previo: Introducción a C#
 
C# es un lenguaje de programación de propósito general, moderno y orientado a objetos que se pronuncia como “C sostenido” . Fue desarrollado por Microsoft liderado por Anders Hejlsberg y su equipo dentro de la iniciativa .Net y fue aprobado por la Asociación Europea de Fabricantes de Computadoras (ECMA) y la Organización Internacional de Estándares (ISO). C# se encuentra entre los lenguajes de Common Language Infrastructure y la versión actual de C# es la versión 8.0. C# es muy similar a Java sintácticamente y es fácil para los usuarios que tienen conocimientos de C , C++ o Java .

Pasos para la instalación y configuración de Visual Studio para C#

Paso 1: Primero, es necesario descargar Visual Studio, todas las versiones del mismo están disponibles en visualstudio.microsoft.com

Visual-Studio-Download-Windows
 
Step 2: After downloading the Visual Studio Installer, select the .NET desktop development option and then click on Install.
Visual-Studio-CSharp-011
 
Step 3: Now let the Visual Studio Installer download the packages and perform the installation
Visual-Studio-CSharp-02
 
Step 4: After the installation is over, begin with the Visual Studio by Signing In to your Microsoft account or Create one! now. You can also proceed without Signing In by clicking on the Not now, maybe later option.
Visual-Studio-CSharp-03
 
Step 5: Choose your color theme and then click on Start Visual Studio button.
Visual-Studio-CSharp-041
 
Step 6: Begin with using the Visual Studio, select the Create a new project option and begin with setting up the environment for C#.
Visual-Studio-CSharp-051
 
Step 7: Select the Console App(.NET Core) option for C# and then click on the Next button.
Visual-Studio-CSharp-071
 
Step 8: Configure your new project by assigning a name and location to store the project files, then click on the Create button.
Visual-Studio-CSharp-081
 
Step 9: Now begin with writing sample code and then run the code by clicking on the Run button
Visual-Studio-CSharp-091
Output:
Visual-Studio-CSharp-10

Publicación traducida automáticamente

Artículo escrito por Abhinav96 y traducido por Barcelona Geeks. The original can be accessed here. Licence: CCBY-SA

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *