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
What is gui in c#?
What is type safe in c#?
What is serializable in c#?
Does c# support parameterized properties?
update data in an xml file which resides in solution itself, using silverlight 4.0
How do I automate my desktop application?
Why do we need static in c#?
What do you use c# for?
What is the extension of c# file?
Why do we use void in c#?
what is a structure in c#
What is type cast in C#?
What is string interpolation in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is difference between continue and break in c#?