ef core

  • 65
  • 0
  • 2019-08-12

ef

code first

https://docs.microsoft.com/zh-tw/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/migrations-and-deployment-with-the-entity-framework-in-an-asp-net-mvc-application 

db first

https://docs.microsoft.com/zh-tw/ef/core/get-started/aspnetcore/existing-db

Scaffold-DbContext "Server=.;Database=.;User Id=.;Password=." Microsoft.EntityFrameworkCore.SqlServer -OutputDir Datas -verbose
 

MS SQL

Microsoft.EntityFrameworkCore.SqlServer

MySQL

MySql.Data.EntityFrameworkCore