You can use Entity Framework 6with ASP.Net Core 1.0. An example application can be found on Github .
, ( , ):
project.json:
- netcoreapp1.0 net451.
- EF Core Migrator.EF6.Tools + EF6 .
Startup.cs:
- EF .
- db :
services.AddScoped<ApplicationDbContext>();
:
"Migrations" "Data/Migrations", EF Core.
:
dotnet ef migrations enable
dotnet ef migrations add InitialCreate
dotnet ef database update
, MR.AspNet.Identity.EntityFramework6, Asp.Net Entity Framework 6.