What is Assembly manifest? what all details the assembly
manifest will contain.



What is Assembly manifest? what all details the assembly manifest will contain...

Answer / 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

More Dot Net General Interview Questions

What is the use of design pattern?

0 Answers  


Tell us the difference between managed and unmanaged code?

0 Answers  


What is the difference between function and stored procedure?

0 Answers  


What is view state in .net?

0 Answers  


Explain security measures exist for .net remoting in system.runtime.remoting?

0 Answers  






What are the two kinds of properties.

2 Answers   Wipro,


what is the keyword used for self reference?

0 Answers  


What is the root class in .net?

0 Answers  


What is 'Common Type System' (CTS) in .NET?

0 Answers   NA,


How will you register com+ services?

1 Answers  


What is strong name?

2 Answers  


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?

0 Answers  


Categories