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 is .net core used for?
What is the intermediate language between asp and asp.net1.0?
What is the use com component in .net?
Explain what is the difference between odbc and ado?
How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?
What is typical about a windows process in regards to memory allocation in dot net?
What are the purposes of using .net?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is the difference between a namespace and assembly name in .net?
Tell us the difference between managed and unmanaged code?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Please explain what is the difference between encrypting a password and applying a hashing?