Answers

Question and Answer:

  Home  ADO.Net Entity Framework

⟩ What is Disconnected Scenario?

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.

 127 views

More Questions for you: