mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
# Install Visual Studio
|
|
|
|
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
|
|
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"
|
|
1. Run the exe and let Visual Studio download
|
|
1. Wait for everything to install
|
|
1. Sign in to Visual Studio
|
|
1. Done ✔️
|
|
|
|
## 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
|
|
1. Done ✔️
|
|
|
|
## Want more help?
|
|
If you want more detailed installation instructions, check out the Microsoft Documentation.
|
|
* [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)
|
|
|
|
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! 🤗
|