- Learn C# in 7 days
- Gaurav Aroraa
- 121字
- 2021-07-08 09:51:20
Setting up the environment
In this section, we will see step by step how to initiate the installation of Visual Studio 2017 (preferably, the community edition) on Windows 10:
- Go to https://www.visualstudio.com/downloads/ (you can also get the benefits of Dev Essentials from https://www.visualstudio.com/dev-essentials/).
- Download Visual Studio Community (https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15):

- Start the Visual Studio setup.
- From Workloads, select the options you want to install. For our book, we need .NET desktop development and .NET Core:

- Click on Install to start the installation:

- Click Launch once the installation is completed.
- Sign up for Visual Studio using your Live ID.
- Select Visual C# as your development setting.
- You will see the start page as follows:

We are all set to start with our first step.
推薦閱讀
- JavaScript前端開發模塊化教程
- AngularJS Testing Cookbook
- Node.js Design Patterns
- C語言程序設計(第3版)
- Oracle從新手到高手
- Arduino開發實戰指南:LabVIEW卷
- Machine Learning with R Cookbook(Second Edition)
- Learning ASP.NET Core 2.0
- PHP網絡編程學習筆記
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- 精通網絡視頻核心開發技術
- 低代碼平臺開發實踐:基于React
- Building Serverless Web Applications
- SQL Server 2008 R2數據庫技術及應用(第3版)
- PHP 7從零基礎到項目實戰