-
Notifications
You must be signed in to change notification settings - Fork 0
iamtron01/Elements
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Proof of concept Mobile Application using Xamarin Forms dotnet add package Microsoft.EntityFrameworkCore.Tools --version 5.0.17 dotnet add package Microsoft.EntityFrameworkCore.SqlServer --version 5.0.17 dotnet new tool-manifest dotnet tool install --local dotnet-ef --version 5.0.17 Entity Framework commands dotnet ef --startup-project ../Elements.Persistence.Seed migrations add Initial -c ElementsContext dotnet ef --startup-project ../Elements.Persistence.Seed migrations remove dotnet ef --startup-project ../Elements.Persistence.Seed database update Windows Set Startup Project Elements.Persistence.Seed Set Default Project Persistence\Elements.Persistence Add-Migration "ExampleMigration" Update-Database -TargetMigration: "ExampleMigration"
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published