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
Can you please explain the request flow in ASP.NET MVC framework?
Can I use razor code in javascript in asp.net mvc?
What is the use of display modes?
What are the versions of .net framework?
Explain .Net Framework? Why we use it?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is associationset? : Entity framework
How we can invoke child actions in ASP.Net MVC?
what do you mean by table-per-type?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What is meant by tempdata in mvc?
What is basic authentication in web api?
Is http stateful or stateless?
How large is the .net framework 3.0? Does this change make the release larger?
What is managed extensibility framework?