- Mastering Entity Framework Core 2.0
- Prabhakaran Anbazhagan
- 250字
- 2021-07-02 21:16:35
Prerequisites
.NET Core, the open source platform, paved the way for multi-platform support in Visual Studio 2017. The editors came in different flavors, supporting both platform-specific and cross-platform IDEs:
- Visual Studio: An exclusive edition for Windows with Community, Professional and Enterprise editions:

Visual Studio 2017 IDE can be downloaded directly from https://www.visualstudio.com.
- Visual Studio for Mac: An exclusive edition for macOS, which was actually inherited from Xamarin Studio (Xamarin was acquired by Microsoft):

Visual Studio for Mac can be downloaded from https://www.visualstudio.com/vs/visual-studio-mac/.
- Visual Studio Code: The cross-platform editor from Microsoft for Windows, Linux, and macOS:

Download the desired version/edition of Visual Studio Code from https://www.visualstudio.com/downloads/.
The Visual Studio 2017 installer is segregated into workloads, inpidual components, and language packs. We will be installing and using Visual Studio Community 2017 with the workloads ASP.NET and web development and .NET Core cross-platform development. The workload is a combination of one or more inpidual components which can also be installed from the Inpidual components tab of the installer, as follows:

New Visual Studio installer with workloads
We have looked at the different flavors/editions of Visual Studio available to us, and we will be using Visual Studio Community on our journey, which is free of charge for private and test purposes. It is up to the reader to pick an edition which suits their needs (the tools and scaffolding available in the IDE might differ).
- 零基礎學Visual C++第3版
- JavaFX Essentials
- MySQL 8 DBA基礎教程
- ASP.NET Core 2 and Vue.js
- Learning Laravel 4 Application Development
- Spring實戰(第5版)
- 批調度與網絡問題的組合算法
- Building Wireless Sensor Networks Using Arduino
- Kivy Cookbook
- Buildbox 2.x Game Development
- C語言程序設計實訓教程與水平考試指導
- Web App Testing Using Knockout.JS
- Python趣味編程與精彩實例
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Learning Perforce SCM