Answer Posted / vishalsharma
Metadata is the data about the types deifned in the modules
&
Mainfest contains Metadata information of the
Module/Assembly as well as it contains detailed Metadata of
other assemblies/modules references (exported). It's the
Assembly Manifest which differentiates between an Assembly
and a Module.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What the different phase/steps of acquiring a proxy object in webservice?
What is lazy loading c#?
Where are value types stored in c#?
Can you create sealed abstract class in c#?
What is the use of console readline () in c#?
Define a manifest in .net?
What's new in c#?
What does assert() do in c#?
What is the syntax for calling an overloaded constructor within a constructor?
What is data binding with example?
What is difference between iqueryable and ienumerable in c#?
What is the difference between “out” and “ref” parameters in c#?
To whom a method is accesssed if it is marked as protected internal ?
How to transpose multi-dimensional array?
What is the use of oops in c#?