You are building an ADO.NET Entity Framework application. You need to validate the
conceptual schema definition language (CSDL), store schema definition language (SSDL),
and mapping specification language (MSL) files. Which Entity Data Model tool can you use?
(Each correct answer presents a complete solution. Choose all that apply.)
A.
EDM Generator (EdmGen.exe)
B.
ADO.NET Entity Data Model Designer
C.
Entity Data Model Wizard
D.
Update Model Wizard
Explanation:
http://msdn.microsoft.com/en-us/library/bb387165.aspx
https://msdn.microsoft.com/en-us/library/vstudio/cc716694%28v=vs.100%29.aspx
The right answer should be A and B
even the posted link claims that you can use EdmGen.exe to validate the .edmx file
The rigth answers is AB
A. EDM Generator (EdmGen.exe)
B. ADO.NET Entity Data Model Designer
Answer is A, B
validate from following link
https://msdn.microsoft.com/library/bb387165(v=vs.100).aspx
a,b
Answer is A, B