InterviewSolution
Saved Bookmarks
| 1. |
What Is Entity Framework? |
|
Answer» Entity Framework is an additional layer between APPLICATION and database that enables the developers to program against the CONCEPTUAL application MODEL instead of programming DIRECTLY against the relational STORAGE schema. Entity Framework is an additional layer between application and database that enables the developers to program against the conceptual application model instead of programming directly against the relational storage schema. |
|