What is Assembly manifest? what all details the assembly
manifest will contain.
Answers were Sorted based on User's Feedback
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 |
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 |
What does the "EnableViewState" property do?
What are the different types of memory in .net?
What is assembly in .net?
What is the difference between .net and laravel?
What does il do?
for the textbox if i want to allow only numbers.what ever the characters u enter it should not take.which event u used?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What is .net standard?
What is jit compilers?
<li id="Accomodation" runat="server" visible="false"><a href="../searchaccommodation.aspx?">Accomm</a></li> i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;
What is delegation in .net?
What is the need of OLE-automation?