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
What's the difference between abstraction and encapsulation?
Explain About stateless and state full web service
What is ienumerator c#?
Is typeof c#?
What is razor view in c#?
What is data type c#?
Distinguish between array and arraylist in c#?
How does return work in c#?
What is the use of ienumerable?
Explain the difference between a namespace and assembly name in .net?
How can I check the type of an object at runtime?
What is the difference between list and array in c#?
What is primitive types in c#?
What is the difference between null and string empty in c#?
Are c# destructors the same as c++ destructors?