Explain manifest & metadata.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?

523


Define an assembly in .net?

529


Define assert() method? How does it work?

629


What is datagrid c#?

474


When is a class declared as a class abstract?

584






What are instance fields in c#?

544


What is the difference between struct and class c#?

486


how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used

2401


Why c# is called c sharp?

467


What is the difference between IEnumerator and IEnumerable?

681


In .NET which is the smallest unit of execution?

641


What are the three types of operators?

473


How big is an int16?

494


How do you declare an arraylist?

498


what is IEquatable

567