reset password

Setting Up .NET Core Development Environment

This guide is for setting up a .NET Core development environment on Windows. The installed software will take up about 13GB disk space. Please make sure you have enough disk space, and a fast and reliable internet connection during installation.

Visual Studio

Download Visual Studio 2019 Community from Microsoft. Run the installer, and on the Workloads tab, select the following

  • ASP.NET and web development
  • .NET desktop development
  • .NET Core cross-platform development

And on the Individual Components tab, add the following:

  • Git for Windows (if you don't have Git)
  • GitHub extension for Visual Studio

Click the Install button at the lower right corner to start installation. After installation, Visual Studio will automatically start and ask you to sign in your Microsoft account. If you don't have a Microsoft account, please create one -- it's free and it's required to use Visual Studio Community Edition. Signing into your Microsoft account also has benefits like synchronizing your settings across different computers.

.NET Core SDK

Download and install the latest .NET Core SDK.

Microsoft SQL Server Management Studio

Download and install the latest Microsoft SQL Server Management Studio.

This page has been viewed 2501 times.