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

Answers were Sorted based on User's Feedback



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)
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

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

Answer / satyambabu

manifest contain the assembly metadata information.
manifest will contain the versions
msil
type def
resources
security
metadata

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is Event Bubbling in .NET?

0 Answers   Viscus Infotech,


What is use of ContextUtil class?

1 Answers  


i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?

0 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


What are situations when you register .NET assembly in GAC ?

0 Answers   UGC Corporation,






what user controls are and what server controls are and the differences between the two.

0 Answers  


How do you trigger the paint event in system.drawing?

0 Answers  


What is a strong name in .net?

0 Answers  


How can you automatically generate interface for the remotable object in .NET with Microsoft tools?

1 Answers  


Please explain what are an object and a class?

0 Answers  


What is difference between .net and .net core?

0 Answers  


What is a system lock?

2 Answers   Wipro,


Categories