InterviewSolution
| 1. |
Mention What Is Csdl, Ssdl And Msl Sections In An Edmx File? |
|
Answer» CSDL: It stands for Conceptual Schema Definition Language, it is the conceptual ABSTRACTION which is EXPOSED to the application SSDL: It stands for Storage Schema Definition Language, it defines the mapping with our RDBMS DATA structure MSL: It stands for Mapping Schema Language, it connects the SSDL and CSDL CSDL: It stands for Conceptual Schema Definition Language, it is the conceptual abstraction which is exposed to the application SSDL: It stands for Storage Schema Definition Language, it defines the mapping with our RDBMS data structure MSL: It stands for Mapping Schema Language, it connects the SSDL and CSDL |
|