Answer Posted / mohan kumar e.
A manifest contains assembly information (metadata of
assembly) which includes assembly name(name,version,culture
and public,private key),security info.,the files that are
inside the assembly and the files that are referenced by
the assembly.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
For methods inside the interface why can’t you specify the accessibility modifier?
what is method overloading in c#?
How do you set a class path?
What is interface inheritance in c#?
What is different between Boxing and Unboxing?
What is .cshtml file?
What is the difference between arraylist and list in c#?
Can we inherit abstract class in c#?
Can arraylist store different data types in c#?
What is yield break in c#?
Can you use all access modifiers for all types?
write a c# program add two matrix with input number ?
What is session variable in c#?
What is the difference between a private assembly and a shared assembly?
What do you mean by casting a data type?