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
Post a Comment