What is Assembly manifest? what all details the assembly
manifest will contain.
Answer Posted / 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 View All Answers
Explain how to manage pagination in a page using .net?
Is .net is a language?
Explain garbage collection?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Explain soap and xml?
How will you make .NET programs work in Linux ?
Explain about managed heap?
What's a windows process in .net?
Does .net supports destructors concept?
How inheritance works in .net?
Explain security measures exist for .net remoting in system.runtime.remoting?
Do you know what is linq?
Explain how does assembly versioning work?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
How do you create threading in.net?