Explain manifest & metadata.
Answers were Sorted based on User's Feedback
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 |
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 |
What is thread pooling?
What is the purpose of static?
What are the advantages of using delegates in c#?
What is cookies in c# asp net?
What does the This window show in the debugger?
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?
Is c# easier than c++?
Is c# code is unmanaged or managed code?
What is icomparable in c#?
Why to use “using” in c#?
What are the types of delegates in c#?
Describe ways of cleaning up objects.