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 a garbage collector?

0 Answers  


How do you generate a strong name?

0 Answers  


What?s typical about a Windows process in regards to memory allocation?

1 Answers  


Explain asp.net?

0 Answers  


What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

0 Answers  






How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


What is the difference between asp.net & vb.net and explain architecture?

0 Answers  


When a Static Constructor called in .NET?

0 Answers  


Explain the use of activex control in .net?

0 Answers  


Write the .net syntax for 'for loop'?

0 Answers  


Explain how viewstate is being formed and how it's stored on client in .net?

0 Answers  


How to view a .NET assembly?

0 Answers   QuestPond,


Categories