Multiple choice technology platforms and products

EDMX stands for

  1. ADO.NET Enterprise Data Model

  2. ADO Entity Data Model

  3. ADO.NET Entity Data Model

  4. ADO Enterprise Data Model

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

EDMX stands for Entity Data Model XML, representing the ADO.NET Entity Data Model. The '.edmx' file extension is specifically used in Entity Framework to store the complete data model definition including conceptual model, storage schema, and mappings between them in XML format.