You don't have access to this class

Keep learning! Join and start boosting your career

Aprovecha el precio especial y haz tu profesión a prueba de IA

Antes: $249

Currency
$209
Suscríbete

Termina en:

0 Días
3 Hrs
19 Min
30 Seg

Instalacion del SDK

11/21
Resources

How to install the .NET SDK on your computer?

Installing the .NET SDK on your computer is a crucial step to start practicing and understanding in a practical way how this development environment works. Here we will show you how to do it step by step, so you can start your projects and experience all that .NET has to offer. Let's get started!

How to download the .NET SDK installer?

The easiest way to get started is to download the .NET SDK installer from its official site. Follow these steps:

  1. Open your web browser and go to Google.
  2. Type "Download .NET" in the search bar.
  3. Click on the first link that appears, usually the official .NET site.
  4. The site should automatically detect the operating system you are using. In the case of Windows, it will be selected by default.
  5. If you want to see more operating system options, click on "All .NET 6 Download". There you will find all the details of the available components.

How to choose the correct version?

Currently, the most recent version you can download is 6.0.0.0, a minor release of .NET 6.0.0. You must select the appropriate platform for your operating system. For example:

  • Operating system: Windows
  • Architecture: 64-bit

Once you have selected the correct version and operating system, you can download the installer. On Windows, the file will be an .exe.

What is the installation procedure?

After downloading the file, the installation process is quick and simple:

  1. Run the downloaded installer.
  2. Follow the installation wizard.
  3. During the process, you will be asked to confirm and give permissions to the installer to run the installation correctly.
  4. Once the installation is complete, you will receive a confirmation message indicating that all SDK components have been successfully installed.

How to verify that .NET is correctly installed?

To confirm that the installation has been successful, it can be verified through a Windows console:

  1. Open the Windows console (Terminal or Command Prompt).
  2. Type the dotnet command.

You should receive a message that gives you several options for interacting with the .NET command, which is part of the SDK's official command line interface.

If when you run the command you receive an error message indicating that the command is not recognized, it is likely that the installation has failed and you need to reinstall the SDK to correct the problem.

What text editors or IDEs can I use to work with .NET?

Once you have the SDK installed, the next step is to choose a suitable development environment. The most recommended IDEs for working with .NET include:

  • Visual Studio: Ideal for developers who prefer integrated features and a graphical experience.
  • Visual Studio Code: A lightweight and highly extensible editor, excellent for cross-platform projects and diverse programming languages.
  • JetBrains Rider: A popular choice for JetBrains users looking for full integration with JetBrains tools and services.

Each of these environments has its own advantages and unique features that might better align with your development needs - experiment and find the one that suits you best!

Contributions 15

Questions 6

Sort by:

Want to see more contributions, questions and answers from the community?

Me viene de diez este curso , estamos viendo en la facultad c sharp, muchas gracias team Platzi 😃

Si recientemente instalaron Visual Studio, pueden verificar en su terminal que el SDK este intalado con el siguiente comando:

dotnet --version

Y les aparecerá la versión que tienen instalada, en caso de no tenerla el comando no funcionará.

Yo había instalado Visual Studio 2022 y no tuve la necesidad de instalar el dotnet CLI.

En mac por defecto lo deja en /usr/local/share/dotnet/x64/
Para acceder:

x:~$ cd /usr/local/share/dotnet/x64/
x:x64$ ./dotnet --version
6.0.408

Con el siguiente comando podemos ver la versión más reciente que tenemos instalado

dotnet --version

Creo que se limito mucho en esta clase, hubiera demostrado mas si lo instalara en otro sistema operativo.

En Ubuntu Linux, pueden seguir las instrucciones de la Documentación de Microsoft
https://learn.microsoft.com/es-es/dotnet/core/install/linux-ubuntu-2204

Les comparto la guia de instalacion de Microsoft para distintos sistemas operativos <https://learn.microsoft.com/es-es/dotnet/core/install/>
Alguien que verifique que los “profesores” saben hablar, no para de decir “occiones” en lugar de opciones.

.NET 6.0 SDK (v6.0.301)

Me salio un error:

It was not possible to find any installed .NET Core SDKs

y esta pagina me ayudo mucho

Si como yo, tienen Unity para desarrollo de videojuegos, probablemente ya tengan el SDK instalado

Retiro lo dicho si necesitas instalar .net , asi instales visual x:x

Si ya tienes instalado la version de 2022 ya viene con el .net 6.0 :9