Entity Framework Question:

What is Disconnected Scenario?

Tweet Share WhatsApp

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 PDF Read All 28 ADO.Net Entity Framework Questions
Previous QuestionNext Question
What is Connected Scenario?What is Entity Graph?