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
In which situation(s), the use of "Delegate" is a good idea?
What are the Configuration files in .net?
What is meant by enumerable in c#?
Explain the use of Mutex in C#?
What is a multicast delegate in c#?
What is a static class in c#?
What are the applications of c#?
What is the purpose of escape sequence?
What does out mean in c#?
What are types of constructor?
In a single .NET DLL how many classes it contains?
Is var a data type?
What is deadlock in c#?
For read-only operation which property you have to designated?
How can we sort the elements of the array in descending order?