Jorge
Jorge

Reputation: 18247

Handling update models and synchronizes with database in entity framework

I had Two simple questions

Upvotes: 1

Views: 49

Answers (1)

Teoman Soygul
Teoman Soygul

Reputation: 25742

1) Entity Framework Migrations: http://blogs.msdn.com/b/adonet/archive/2011/09/21/code-first-migrations-alpha-3-released.aspx

2) It is done by convention and it is the recommended way unless you have a real reason to leave the path of conventions...

Upvotes: 1

Related Questions