0
kicks
Model First in Entity Framework 4
One of the new features of EF4 is the ability to generate a database and the SSDL and MSL that correspond to a provided model.
In this feature we can start building our conceptual model first and then generate all the other parts of the EDM according to it.
In this post I’ll introduce the model first feature.