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

0 Answers  


What is garbage collection in .net? Explain the garbage collection process?

0 Answers  


What is the difference between override and overload in a method?

0 Answers  


What is the use of gacutil.exe?

0 Answers   Amazon,


How can you manage pagination on a page using .Net?

1 Answers  






Can a dll be changed to an exe?

0 Answers  


What is a serviced component?

0 Answers  


If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?

1 Answers  


The project which you have made, which methodology did you use?

0 Answers   Wipro,


Explain what is the difference between response.redirect & server.transfer?

0 Answers  


What are the important components of .net?

0 Answers  


What is typical about a windows process in regards to memory allocation in .net?

0 Answers  


Categories