Which two elements are included in a .NET assembly?

Which two elements are included in a .NET assembly? (Choose two.)

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



Leave a Reply 0

Your email address will not be published. Required fields are marked *