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 is eager loading?
What is the version number for the next version of the .net framework, codenamed �orcas�?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Which .net framework is installed?
What is MVVM design pattern?
How does the .net framework 3.0 relate to windows vista?
What is entity framework firstordefault?
What is basic authentication in web api?
how do you truncate a table using entity data model?
Define the core components of an ASP.NET MVC application?
How to Create an Intranet Site Using ASP.NET MVC?
How to Redirect Tracing to a File
What is difference between razor and web form engine?
What is entitytype? : Entity framework
How route table is created in ASP.NET MVC?