Entity Framework Question:
Download Questions PDF

What is Model First?

ADO.Net Entity Framework Interview Question
ADO.Net Entity Framework Interview Question

Answer:

In Model First approach, you create Entities, relationships, and inheritance hierarchies directly on the design surface of EDMX. So in Model First approach, when you add ADO.NET Entity Data Model, you should select ‘Empty Model’ instead of ‘Generate from database’.

Download ADO.Net Entity Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is Code First?Explain Entity Lifecycle?