Multiple choice technology programming languages

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 Data Services

  3. ADO.Hibernate

  4. ORM.ADO

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

ADO.NET Data Services (later renamed WCF Data Services) was the new data access framework introduced with .NET Framework 3.5 SP1. It provided a way to expose and consume data via RESTful services, building on the Entity Framework and enabling data access over HTTP. Note: ADO.NET Entity Framework (not listed) was also introduced in 3.5 SP1 as the ORM.