- Mastering Entity Framework Core 2.0
- Prabhakaran Anbazhagan
- 269字
- 2021-07-02 21:16:37
Installing Entity Framework
The Entity Framework package should be installed as part of the NuGet package, and can be done in the following ways:
- Go to the Package Manager Console (Tools | NuGet Package Manager | Package Manager Console), select the project where the package should be installed:
Add the following command in the PM Console to install the package on the selected project:
Install-Package Microsoft.EntityFrameworkCore.SqlServer
The Package Manager Console will be opened as shown in the following screenshot, Kindly use this space to install the package using the preceding command:

PM console
- Go to the Package Management tab (either from Tools or from Dependencies/Project).
- For a solution-wide installation, and availability for all projects that are part of the solution, go to Tools | NuGet Package Manager | Manage NuGet Packages for Solution... or right-click on the solution from Solution Explorer and select Manage NuGet Packages for Solution...
- For project wise installation, right-click on dependencies from the desired project or right-click on the desired project and select Manage NuGet Packages...
- For a solution-wide installation, and availability for all projects that are part of the solution, go to Tools | NuGet Package Manager | Manage NuGet Packages for Solution... or right-click on the solution from Solution Explorer and select Manage NuGet Packages for Solution...
- Search for Microsoft.EntityFrameworkCore.SqlServer, select the stable version 2.0.0 and install the package. It contains all the dependent packages as well (key dependencies such as System.Data.SqlClient and Microsoft.EntityFrameworkCore.Relational):

NuGet package manager window
We have looked at different ways of using the Package Manager console so far, and installed packages related to EF Core. In the next section, we will start building the schema and later consume the created entities using EF.
推薦閱讀
- Web應用系統開發實踐(C#)
- The Android Game Developer's Handbook
- Mastering RabbitMQ
- Twilio Best Practices
- 零基礎學Java(第4版)
- Mastering Yii
- 大學計算機基礎(第2版)(微課版)
- Android應用案例開發大全(第二版)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Mastering C++ Multithreading
- QGIS Python Programming Cookbook(Second Edition)
- Android Studio Cookbook
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- 數據庫技術及應用教程上機指導與習題(第2版)