Multiple choice technology platforms and products

The entity client is an abstraction over ADO.net Database provider model

  1. True

  2. False

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

Entity Client is NOT an abstraction over ADO.NET Database provider model. Instead, it is part of the Entity Framework that provides an abstraction over the Entity Framework's conceptual model itself. Entity Client uses Entity SQL to query the conceptual model and works with the Entity Framework's layers rather than directly with ADO.NET database providers.