Multiple choice technology architecture

The New object Relational Mapping (ORM) framework to be introduced with Microsoft.Net 3.5 SP1 is known as

  1. ADO.ORM

  2. ADO.NET Entity Framework

  3. ADO.Hibernate

  4. ORM.ADO

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

The Object Relational Mapping (ORM) framework introduced by Microsoft with .NET 3.5 SP1 is the ADO.NET Entity Framework (EF v1). It allowed developers to work with relational data using domain-specific objects, separating the logical database schema from the conceptual model.