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 is difference between string and stringbuffer in c#?
What is a delegate? How can it works?
In a single .NET DLL how many classes it contains?
What is indexer c#?
What is the difference between constants and read-only?
What is returned if you pass the value 12.34 to the parsefloat () function?
What are the 2 broad classifications of data types available in c#?
What are the differences between static, public and void in c#?
What are accessors?
Why array is faster than arraylist in c#?
Why ref is used in c#?
What is inumerable?
What is marshalling in c#?
What is an icollection in c#?
When should I use static in C#?