What is mean by Model First development in Entity Framework ?

 Posted by Akiii on 10/30/2012 | Category: ASP.NET Interview questions | Views: 3031 | Points: 40
Answer:

In Model First approach, you first create Entities, relationships, and inheritance hierarchies directly on the design surface of EDMX.

You have to select 'Empty model' when you add ADO.NET Entity Data Model in the project.

By this, we generate a DDL and we execute this DDL against the database to create the tables and associations/relations from the EDMX file.

Thanks and Regards
Akiii


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response