Multiple choice technology platforms and products

The Namespace in .NET Framework for the Entity Framework Data Provider is

  1. System.Entity.Data

  2. System.Data.ClientEntity

  3. System.Data.EntityClient

  4. System.EntityClient.Data

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

The correct namespace for Entity Framework's data provider is System.Data.EntityClient. This namespace contains classes for connecting to and executing commands against the Entity Framework. Option A incorrectly places 'Entity' before 'Data', while B and D are fabricated combinations that don't exist in the .NET Framework.