Skip to content

b1team/grocery-store-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grocery-store-manager

Database Config

In ./GroceryStoreManager/App.config, change DatabaseString to your connection string(SQL SERVER)

Database Migration

In Package Manager Console of Visual Studio

  1. If you changed db models, run Add-Migration "your change log" to create migation script
  2. Run Update-Database to update database to latest version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages