Implementing Entity Framework with MVC: (02) Beginning Code First
Very much appreciated this demo. Well done, and well developed. Touched on the core issues of building relationships, and even prefaced advanced tips for better honing of code and data loading, etc.
Very nice and interesting series of demos. I partially knew these things, now getting a good hold of it. Simple question i deployed an application and due to some reasons i have to modify the application(and database accordingly) for some feature required. How i will deploy the application ? I will update the application and database and handle the live user data manually or EF code first has some sort of mechanism ? will it destory all data and seed again ?