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
What makes .net core cross platform?
What are virtual destructures?
Using com component in .net?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
Using activex control in .net?
What is assemblies in .net?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
Example from .net. Integer & struct are value types or reference types in .net?
What are multicast delegates?
Explain the difference between task and thread in .net?
Can you explain what do you understand about web service?
What is a garbage collector?
Is .net an object oriented language? What are their components?
Explain soap and xml?
Tell us what is json data, and what is one way that .net developers can work with json?