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)
withMicrosoft 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 ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is STA in .NET?

639


What is difference between static page and dynamic page?

524


Please explain what is heap and what is stack?

567


What operating systems does the .net framework run on?

552


With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?

506






Define code access security (cas)?

559


Explain Creational design pattern in .NET?

614


Please explain what is a delegate?

691


How do you generate a strong name?

596


How to produce an assembly?

558


What is .net core used for?

537


How com+ related to the dna architecture?

581


Explain what is mutex?

588


How to customize the trace output?

548


Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

514