Skip to content

Instantly share code, notes, and snippets.

@skynyrd
Created June 24, 2018 10:45
Show Gist options
  • Save skynyrd/33bf58e57968bf31c2136a0e99be90e8 to your computer and use it in GitHub Desktop.
Save skynyrd/33bf58e57968bf31c2136a0e99be90e8 to your computer and use it in GitHub Desktop.
Entity Framework 2 Notes
  • After Add-Migration:
    • Demo/Test/QA => Update-Databsase (If db doesn't exist, it will be created automatically)
    • Production => Script-Migration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment