Difference between manifest , metadata?
Answer Posted / srikant dwibedi
Assembly metadata is stored in Manifest. Manifest contains
all the metadata needed to do the following things.
Version of assembly
Security identity
Scope of the assembly
Resolve references to resources and classes.
The assembly manifest cdan be stored in either a PE file
(an .exe or .dll) with Microsoft intermediate languages
(MSIL) code or in stand-alone PE file that contains ony
assembly manifest information.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What are actions in asp.net mvc?
What is viewbag?
What are authentication filters in web api?
What is entity client data provider? : Entity framework
explain why t4 entity is important in entity framework?
what is minimum requirement for entity framework applications to run?
What is .net framework used for?
what is csdl?
If I have multiple filters implemented, what is the order in which these filters get executed?
What is entity framework? : Entity framework
How does the .net framework 3.0 relate to windows vista?
Is mvc 4 supporting windows azure sdk (software development kit) ?
How large is the .net framework 3.0? Does this change make the release larger?
Explain the methods used to render the views in ASP.Net MVC?
What is the significance of nonactionattribute?