InterviewSolution
Saved Bookmarks
| 1. |
What Is .edmx File And What It Contains? |
|
Answer» An .EDMX file is an XML file that defines a conceptual model, a STORAGE model, and the mapping between these models. An .edmx file also contains INFORMATION that is USED by the ADO.NET Entity Data Model Designer (Entity Designer) to render a model graphically. An .edmx file is an XML file that defines a conceptual model, a storage model, and the mapping between these models. An .edmx file also contains information that is used by the ADO.NET Entity Data Model Designer (Entity Designer) to render a model graphically. |
|