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

How does the clr work?

0 Answers  


Why c# is called c sharp?

0 Answers  


How do you type a null character?

0 Answers  


What's the implicit name of the parameter that gets passed into the set method/property of a class?

0 Answers  


Is friend a constructor?

0 Answers  






Explain the use of Mutex in C#?

0 Answers   Sans Pareil IT Services,


What is the data provider name to connect to access database?

0 Answers  


What does args mean in c#?

0 Answers  


Can multiple catch blocks be executed?

4 Answers  


may we achieve polyphormsm through overloading a funtion?Is it right or wrong concept because i read polyphormism can be achieved through overloading?plz help me thnks

1 Answers  


What is interface used in c#?

0 Answers  


Which language is used for desktop application?

0 Answers  


Categories