asp.net mvc 3 - using migration with entity framework code first -


i'm using entity framework 4.1 in asp.net mvc3 project, it's been deployed , working, i'm gonna update it, add non nullable fields , remove fields data base,absolutely need exiting data,so what's best way this? there tools that?? thanks

you consider code first , entity framework code first migrations.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -