Entity Framework Question:

What is Conceptual Model?

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

Answer:

Conceptual model is your model classes and their relationships. This will be independent from your database table design.


Previous QuestionNext Question
What is EDM (Entity Data Model)?What is Storage Model?