Data Migrations
Does ASP.NET 4.5 make use of entity framework 5 that use code based data migrations? Because I remember in the last book on ASP.NET 4.0 in specifically chapter 12 it was quite the effort to build and generate the SQL server schema using the tools in ASP.NET 4.0. server explorer. Because I know that in MVC 4 you can use the NUGET package manager console to enable migrations, which makes life somewhat less complicated than if you are constantly having to go through all of the SQL server explorer tools.
Thanks :-)
|