Microsoft
98-372 · Question #191
Which three characteristics define the identity of an assembly? (Each correct answer presents part of the solution. Choose three.)
The correct answer is B. Simple text name C. Version number E. Culture information. The Assembly Class represents an assembly, which is a reusable, versionable (C), and self- describing building block of a common language runtime application. - Assembly Properties include_ Gets the display name of the assembly. - (E) The AssemblyName.CultureInfo property gets or
Understanding .NET Framework Concepts
Question
Which three characteristics define the identity of an assembly? (Each correct answer presents part of the solution. Choose three.)
Options
- AFile size
- BSimple text name
- CVersion number
- DFile creation date
- ECulture information
How the community answered
(39 responses)- A15% (6)
- B79% (31)
- D5% (2)
Explanation
- The Assembly Class represents an assembly, which is a reusable, versionable (C), and self- describing building block of a common language runtime application. - Assembly Properties include_ Gets the display name of the assembly. - (E) The AssemblyName.CultureInfo property gets or sets the culture supported by the
Topics
#assembly identity#version number#culture information#strong name
Community Discussion
No community discussion yet for this question.