Entity Framework Question:
Download Questions PDF

What is Object Service?

ADO.Net Entity Framework Interview Question
ADO.Net Entity Framework Interview Question

Answer:

Object service is a main entry point for accessing data from database and to return it back. Object service is responsible for materialization which is process of converting data returned from entity client data provider (next layer) to an entity object structure.

Download ADO.Net Entity Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is Entity SQL?What is Entity Client Data Provider?