How to Install Entity Framework in Visual Studio 2017 - Latest 2019

preview_player
Показать описание
Entity Framework Core can be used with .NET Core or .NET 4.6 based applications. Here, you will learn to install and use Entity Framework Core 2.0 in .NET Core applications using Visual Studio 2017.

EF Core is not a part of .NET Core and standard .NET framework. It is available as a NuGet package. You need to install NuGet packages for the following two things to use EF Core in your application.
Рекомендации по теме
Комментарии
Автор

whenever i use System.Data.Entity it doesnt work why ?

Kylian