What is manifest ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kirti
It is the metadata that describes the assemblies.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / praseetha sandeep
This specifier allow class to hide member variables and
member functios to be accessed from other class objects and
functions except the child class with in the application
Is This Answer Correct ? | 0 Yes | 2 No |
What is internal and protected-internal accessspecifier in c#.net?
What is delegates in c# and uses of delegates?
What?s the difference between the Debug class and Trace class?
What is the benefit of delegate in c#?
What is assembly c#?
Why would you use untrusted verification?
What is the implicit name of the parameter that gets passed into the class set method?
Can we return two values from a function?
What is immutable in C#?
0 Answers SwanSoft Technologies,
Can we inherit two classes in c#?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
What is Delay Signing?