Entity Framework code first Automated Schema Migration -


is there way ef?

i want schema mutate dynamically fit incoming dtos. similar streaminsight doing behind scenes.

i don't want touching database directly, modification etc. done program, on fly. not separately, via primer script or visual studio macro, automatically program based on preset logic.

another thing, existing data must kept, unless modification calls column dropped. referential integrity violation should construed fatal error.

sounds might looking ef migrations, included in 4.3 , above. there's intro ef migrations @ http://blogs.msdn.com/b/adonet/archive/2012/02/09/ef-4-3-automatic-migrations-walkthrough.aspx


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -