Entity Framework Question:
Download Job Interview Questions and Answers PDF
What is Model First?
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 Question | Next Question |
What is Code First? | Explain Entity Lifecycle? |