Multiple choice technology platforms and products

Class ObjectContext belongs to following assembly

  1. System.Data.Entity

  2. System.Data.Objects

  3. System.Objects.Data

  4. System.Entity.Data

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The ObjectContext class belongs to the System.Data.Entity assembly in the Entity Framework. This assembly contains the core Entity Framework types including ObjectContext, EntityObject, and other fundamental classes. While ObjectContext works with objects conceptually, its actual implementation resides in System.Data.Entity.dll, not in System.Data.Objects or similarly named assemblies.