intro-to-dotnet-web-dev/1-welcome/how-to-install-vs.md

25 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2022-05-07 01:41:26 +02:00
# Install Visual Studio
2024-01-17 21:24:58 +01:00
If you're using Windows for development, we recommend using Visual Studio for .NET development. Alternatively, you can use Visual Studio Code on Windows, macOS, and Linux.
## To set up Visual Studio on Windows
2022-05-07 01:41:26 +02:00
1. Go to the [Develop .NET applications page](https://visualstudio.microsoft.com/vs/features/net-development/) of the Visual Studio website
1. Find the "Download Visual Studio with .NET" dropdown and select "Community 2022"
2022-05-07 02:21:10 +02:00
1. Run the exe and let Visual Studio download
1. Wait for everything to install
1. Sign in to Visual Studio
1. Done ✔️
2024-01-17 21:24:58 +01:00
## To set up Visual Studio Code on Windows, macOS, or Linux
1. Install the [.NET SDK](https://dot.net/download)
1. Install [Visual Studio Code](https://code.visualstudio.com)
1. Install the [C# Dev Kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit) extension
2022-05-07 02:21:10 +02:00
1. Done ✔️
## Want more help?
2022-05-10 23:06:41 +02:00
If you want more detailed installation instructions, check out the Microsoft Documentation.
2024-01-17 21:24:58 +01:00
* [Install Visual Studio](https://docs.microsoft.com/visualstudio/install/install-visual-studio?view=vs-2022)
* [Getting Started with C# in VS Code](https://code.visualstudio.com/docs/csharp/get-started)
2022-05-07 02:21:10 +02:00
Check out the [Learn to code in Visual Studio](https://visualstudio.microsoft.com/vs/getting-started/) page to learn more about the installation process, how to get started with Visual Studio, and how to make it your own with themes! 🤗