"Manage" as in, make changes to the tables.

If yes, how does this work with multiple developers and multiple copies of the database (for development/production)?

link|improve this question

77% accept rate
feedback

1 Answer

I'd generally say no as EF doesn't dynamically rebuild entities.

link|improve this answer
2  
It does if you install the Database Generation Power Pack. – Craig Stuntz Oct 29 '10 at 16:58
1  
@Craig : So splitting hairs (and how I'm splitting them), EF doesn't but the Database Generation Power Pack does ;) LOL – Lazarus Nov 2 '10 at 16:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.