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 difference between early binding and late binding in .net?

2 Answers   Satyam,


Explain different types of cookies in .NET?

1 Answers  


How does linq work?

0 Answers  


What is an Exception? How many exceptions exist in Dot net and explain them?

2 Answers   CSC, TCS,


What are the collections you've used?

0 Answers  






Which two properties are on every validation control?

7 Answers   Siebel Systems,


What is the raise event used for?

4 Answers   Wipro,


In code behind class, name the type of code found. Is it the server side code or client side code?

0 Answers   Accenture,


Do you know what is the difference between an abstract class and an interface?

0 Answers  


What is dot net and its uses?

0 Answers  


If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..

0 Answers  


What are the new features of Framework 1.1 ?

1 Answers  


Categories