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?s Singleton activation mode?
Explain the use of ‘this’ keyword in Java?
How many languages .NET is supporting now?
38 Answers Dreamtech, IBS, Microsoft, Polaris, RDT, Softcon, Viscus Infotech,
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
Explain me what is the .net framework and how does it work?
What is func in .net 3.5?
Is it possible implement webservices without SOAP?
differance between checkbox and rediobutton in vb.net?
Difference between VB.NET and C#. Which is faster ?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Why inheritance is important?
How can you assign an rgb color to a system.drawing.color object?