Next version of EF Code Only Design laid out by MS
Posted by: Julia Lerman Blog - Dont Be Iffy...,
on 07 Aug 2009 |
View original | Bookmarked: 0 time(s)
The current version of the EF4 Feature CTP includes yet another way to use Entity Framework: Code Only.
What does this mean?
Entity Framework was written to take advantage of an Entity Data Model. The model came first and then EF was created. The inner workings of EF depend on the XML of the conceptual model as well as the additional metadata that describes the database schema (SSDL) and the mappings(MSL) between the model and the database schema.
Various ways to approach EF:
Many developers...