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 |
Is .net core managed code?
Explain asp.net?
What is a formatter?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
What is finalize method in .net?
What is difference between static page and dynamic page?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
what is GAC?
What is stored procedure ? how we use it in .NET ?
Describe the Managed Execution Process?
What is il and c#?