Which two elements are included in a .NET assembly? (Choose two.)
A.
Microsoft Intermediate Language (MSIL) code
B.
Extensible Markup Language (XML) code
C.
Extensible Application Markup Language (XAML) code
D.
Type metadata
E.
Declared variable types
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