Skip to content

kyleballard/MyGameStartup

Repository files navigation

Be sure to create the database on (localdb)\MSSqlLocalDB (or wherever you have it pointed to) in the connection string.

Set the "Web" project to the 'Startup' project, then open the Package Manager Console, and select the "Data" project from the dropdown. Run the command "Add-Migration InitialCreate", then after run "Update-Database".

About

Sample dotnet template project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published