Which three characteristics define the identity of an assembly? (Each correct answer presents part
of the solution. Choose three.)
A.
Simple text name
B.
File size
C.
File creation date
D.
Culture information
E.
Version number
Explanation:
* The Assembly Class represents an assembly, which is a reusable, versionable (D), and selfdescribing building block of a common language runtime application.
* Assembly Properties include_
/ FullName (A)
Gets the display name of the assembly.
* (D) The AssemblyName.CultureInfo property gets or sets the culture supported by the assembly.