Multiple choice technology platforms and products

Services provided by the Entity Framework that enable application code to operate on entities like .NET Framework objects.

  1. Entity Services

  2. Object Services

  3. Enterprise Services

  4. Model Services

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

Object Services is the Entity Framework component that enables application code to operate on entities as .NET Framework objects. It provides facilities for change tracking, object materialization, relationship management, and binding objects to UI controls. Object Services sits between the application code and the lower-level Entity Client layer, providing a rich object-oriented programming experience.