Skip to content

Instantly share code, notes, and snippets.

@jwill9999
Last active April 5, 2017 00:23
Show Gist options
  • Save jwill9999/fd390911be37fe4fbd0c3090ad6cedbc to your computer and use it in GitHub Desktop.
Save jwill9999/fd390911be37fe4fbd0c3090ad6cedbc to your computer and use it in GitHub Desktop.
MVC5 Entity Framework adding additional properties code first approach
Add prop to Model Class
Build
Update Bindings in Controller class
Update views
Update seed data
Build
add-migration +name
build again
update database
Run as normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment