kyleballard / MyGameStartup

Sample dotnet template project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C# 99.8%Language:CSS 0.2%