Model First, Database First or Code FirstUpdate to Data Points Column
Posted by: Julia Lerman Blog - Dont Be Iffy...,
on 13 May 2011 |
View original | Bookmarked: 0 time(s)
My recent Data Points column in MSDN Magazine (May 2011) provided an overview of the differences between the three workflows for creating an Entity Framework model: 1) Reverse engineer and existing database into an EDMX model 2) Create an EDMX model in the designer and generate a database from that 3) Forego a physical model and use your domain classes along with Entity Framework Code First. After listing the big differences and discussing pros & cons of the different workflows, I presented a...