Entity Framework Question: Download ADO.Net Entity Framework PDF

What is ObjectContext?

Tweet Share WhatsApp

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