Data-tier Application Component Package (DACPAC)

WIP

“A DACPAC (Data-tier Application Component Package) is a package that contains the state of your database. It is generated from tools such as SQL Projects that you can create from Visual Studio 2017.”

EF DacPacs

WIP

EF migrations

This is done with dotnet-ef, example commands could be:

1
2
dotnet ef migrations add MeaningfulMigrationName
dotnet ef database update

References