Is it possible to automatically update a model using entity framework after modifying the database?
1 Answer
Yes it is !
Double click on your .edmx file, Model Browser will open up.
Right click on the edmx file and select the Update Model from Database option.

3 Comments
Yasser Shaikh
did that too ! privacy concerns ;)
Dylan Czenski
It looks like manually update to me ... how about after deploying to Azure? does the model automatically update too?