Question:Which of the following statements apply to developing .NET code, using .NET utilities that are available with the SDK or Visual Studio?
A Developers can create assemblies directly from the MSIL Source Code.
B Developers can examine PE header information in an assembly.
C Developers can generate XML Schemas from class definitions contained within an assembly.
D Developers can strip all meta-data from managed assemblies.
E Developers can split an assembly into multiple assemblies.
+ AnswerC
+ Report