Entity Framework Question:

What is Entity Graph?

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

Answer:

When an entity has relation with other entities then it called entity graph because more entities are involved, for example Student entity graph includes many other entities like Standard, StudentAddress & Course.


Previous QuestionNext Question
What is Disconnected Scenario?What is DefiningQuery in Entity Framework?