You work as an Application Developer in PassGuide.com. The company uses Microsoft .NET
Framework 4. Which of the following modes will you use in EdmGen.exe command-line tool to
create a source code file that contains the views generated from the .csdl, .ssdl, and .msl files?
A.
/mode:ViewGeneration
B.
/mode:EntityClassGeneration
C.
/mode:FullGeneration
D.
/mode:ValidateArtifacts
Explanation:
http://msdn.microsoft.com/en-us/library/vstudio/bb387165%28v=vs.100%29.aspx
/mode:ViewGeneration – Creates a source code file that contains the views generated from the .csdl, .ssdl, and .msl files.