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
Why generics are used in c#?
Is there an equivalent of exit() for quitting a c# .net application?
What are primitive data types in c#?
What is the use of flag in c#?
What is difference between method and function in c#?
Define constructors
What is default class in c#?
Is it possible to have different access modifiers on the get/set methods of a property?
What is dependency in software?
What is a property c#?
What floating point types is supported in C#?
How do partial classes work in c#?
What do you mean by expression tree?
What is an int c#?
How do I enforce const correctness in c#?