Explain manifest & metadata.

Answers were Sorted based on User's Feedback



Explain manifest & metadata. ..

Answer / porchelvi.a

Manifest:
*********
Manifest contain the details about Assembly
-> Name
-> Culture
->Version Number etc.
MetaData:
********
Meta data describes about objects
Like
-> Name of Object
-> Bases
-> interfaces
-> Methods
-> Members
-> Properties
-> Parameters of methods etc.

Is This Answer Correct ?    35 Yes 0 No

Explain manifest & metadata. ..

Answer / kumar vaibhav

Manifest describes assembly itself.Assembly
name,culture,version number,strong name,list of all files

whereas Metadata describes the content within the assembly.

Is This Answer Correct ?    22 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the uses of delegates in c#?

0 Answers  


What is default c#?

0 Answers  


How can you sort the elements of the array in descending order?

4 Answers  


I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?

0 Answers  


Will the following code compile and run?

0 Answers  






What is delegates and events?

0 Answers  


What is console read in c#?

0 Answers  


Which are access modifiers available in c#?

0 Answers  


What is a delegate?

5 Answers   Siebel Systems,


How do you mark a method obsolete?

0 Answers  


Explain about finalize method?

0 Answers  


What is integer c#?

0 Answers  


Categories