InterviewSolution
| 1. |
What Is Msl? |
|
Answer» MAPPING specification language (MSL) is an XML-based language that describes the mapping between the conceptual model and storage model of an Entity Framework APPLICATION. In an Entity Framework application, mapping metadata is loaded from an .msl file (WRITTEN in MSL) at build time. The Entity Framework uses mapping metadata at runtime to translate QUERIES against the conceptual model to store-specific commands. Mapping specification language (MSL) is an XML-based language that describes the mapping between the conceptual model and storage model of an Entity Framework application. In an Entity Framework application, mapping metadata is loaded from an .msl file (written in MSL) at build time. The Entity Framework uses mapping metadata at runtime to translate queries against the conceptual model to store-specific commands. |
|