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)
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 |
Post New Answer View All Answers
Please explain what is reflection and what is it for?
Is .net capable of supporting multi-thread?
Explain when should you use .net web forms over asp.net mvc?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What is the difference between a debug and release build?
what is prototype design pattern in .net
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
What is a metadata in .net?
What is a .DLL and .EXE files called in .NET?
What are .net functions?
What does cil do?
How to Create and Consume a Web Service?
What are the security policy levels in .Net