I am trying to implement Entity Framework 7 in MVC 6, and on this page here it says to do
services.AddEntityFramework() .AddSqlServer() .AddDbContext
It's a NuGet Packages Problem
NuGet Packages Problem
Install the following Packages and with its Proper Versions
1. Microsoft.EntityFrameworkCore(Latest Version) 2. Microsoft.EntityFrameworkCore.SqlServer(1.0.4 Version)