Microsoft
98-372 · Question #188
Which two elements are included in a .NET assembly? (Choose two.)
The correct answer is A. Type metadata D. Extensible Application Markup Language (XAML) code. In general, a static assembly can consist of four elements: / The assembly manifest, which contains assembly metadata. / Type metadata. / Microsoft intermediate language (MSIL) code that implements the types. / A set of resources. Single-file assembly
Understanding .NET Framework Concepts
Question
Which two elements are included in a .NET assembly? (Choose two.)
Options
- AType metadata
- BExtensible Markup Language (XML) code
- CDeclared variable types
- DExtensible Application Markup Language (XAML) code
- EMicrosoft Intermediate Language (MSIL) code
How the community answered
(33 responses)- A76% (25)
- B3% (1)
- C15% (5)
- E6% (2)
Explanation
In general, a static assembly can consist of four elements: / The assembly manifest, which contains assembly metadata. / Type metadata. / Microsoft intermediate language (MSIL) code that implements the types. / A set of resources. Single-file assembly
Topics
#assembly structure#type metadata#MSIL#XAML
Community Discussion
No community discussion yet for this question.