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 is thread pooling?

0 Answers  


What is the purpose of static?

0 Answers  


What are the advantages of using delegates in c#?

0 Answers  


What is cookies in c# asp net?

0 Answers  


What does the This window show in the debugger?

2 Answers  






What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?

0 Answers  


Is c# easier than c++?

0 Answers  


Is c# code is unmanaged or managed code?

0 Answers  


What is icomparable in c#?

0 Answers  


Why to use “using” in c#?

0 Answers  


What are the types of delegates in c#?

0 Answers  


Describe ways of cleaning up objects.

8 Answers   Wipro,


Categories