Multiple choice technology platforms and products

The New object Relational Mapping (ORM) framework introduced with .NET 3.5 SP1 is known as

  1. ADO.ORM

  2. ADO.NET Entity Framework

  3. ADO.EDM

  4. ORM.ADO

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

ADO.NET Entity Framework is the ORM framework introduced with .NET 3.5 SP1. It provides object-relational mapping capabilities allowing developers to work with relational data as domain-specific objects. ADO.ORM and ADO.EDM are not actual framework names, and ORM.ADO is in the wrong order.