nerdexam
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)
  • A
    76% (25)
  • B
    3% (1)
  • C
    15% (5)
  • E
    6% (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.

Full 98-372 Practice