Entity Framework Question:
Download Questions PDF

What is Disconnected Scenario?

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

Answer:

Disconnected scenario is when an entity is retrieved from the database and modified in the different context. Disconnected scenario is complex because context doesn’t know anything about modified entity so you have to tell to ObjectContext that what has changed in entity.

Download ADO.Net Entity Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is Connected Scenario?What is Entity Graph?