Entity Framework Question:

What is Entity Client Data Provider?

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

Answer:

The main responsibility of this layer is to convert L2E or Entity SQL queries into SQL query which is understood by underlying database. It communicates with ADO.Net data provider which in turn sends or retrieves data from database.


Previous QuestionNext Question
What is Object Service?What is ADO.Net Data Provider?