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
Can you pass value types by reference to a method?
What tool we have to use to install assembli in gac folder.
What is code verification?
List some Advantages of switch-case over if else?
What is binary search tree in data structure?
Difference between call by value and call by reference in C#?
Which operator cannot be overloaded in c sharp?
What is difference between dictionary and hashtable in c#?
Explain Direct CAST vs CType ?
What is the namespcae generally given to the webpage of the .NET Framework ?
Which are the access modifiers available in c#?
How do you create empty strings in c#?
List the 5 different access modifiers in c#?
How to use exception handling in stored procedure?
What is the use of console readkey in c#?