Entity Framework Question:
Download Questions PDF

What is ObjectContext?

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

Answer:

Now, if you open designer.cs, you can see two main regions, Contexts and Entities. Expand contexts region. You can see partial class with suffix ‘entities’ and derived from ObjectContext class.

Download ADO.Net Entity Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is AssociationSet?What is ObjectSet?