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 reflection and what is it for?

0 Answers  


How to load the contents of an xml file into an xmldocument object?

0 Answers  


Is there any attempt system for microsoft technology papers?

0 Answers  


C++ & C# differences ?

1 Answers  


Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?

0 Answers  






Can you edit data in repeater control? How?

0 Answers  


What are the properties of ADO.NET?

0 Answers   Amdocs,


What?s the Unix name for a Windows service equivalent?

1 Answers  


What does msil do?

0 Answers  


Explain the difference between static page and dynamic page?

0 Answers  


What is a system lock?

2 Answers   Wipro,


What is difference between .net core and .net standard?

0 Answers  


Categories