Setting Up .NET Core Development EnvironmentThis 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 StudioDownload Visual Studio 2019 Community from Microsoft. Run the installer, and on the Workloads tab, select the following
And on the Individual Components tab, add the following:
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 SDKDownload and install the latest .NET Core SDK. Microsoft SQL Server Management StudioDownload and install the latest Microsoft SQL Server Management Studio. |