What is Assembly manifest? what all details the assembly
manifest will contain.
Answer Posted / guest
Every assembly, whether static or dynamic, contains a
collection of data that describes how the elements in the
assembly relate to each other. The assembly manifest
contains this assembly metadata. An assembly manifest
contains all the metadata needed to specify the assembly's
version requirements and security identity, and all metadata
needed to define the scope of the assembly and resolve
references to resources and classes. The assembly manifest
can be stored in either a PE file (an .exe or .dll) with
Microsoft intermediate language (MSIL) code or in a
standalone PE file that contains only assembly manifest
information.
It contains Assembly name, Version number, Culture, Strong
name information, List of all files in the assembly, Type
reference information, Information on referenced assemblies.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does linq work?
Can you edit data in repeater control? How?
What is the concept of inheritance in .net?
State the various features present in .NET?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What is misl?
What is managed code and managed data in .net?
How can I tell if .net 3.5 is installed?
what is dotnet architecture? can anyone explain that.
What is Event Bubbling in .NET?
How do you create threading in.net?
hai, about trading domain and need simple project on trading system. please help me...
Explain what is immutability, what is it for and how is it codified?
Explain what does managed mean in the .net context?
Describe difference between inline and code-behind?