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 the state of Garbage Collection after dispose() call info C# code?
What are regular expressions? Search a string using regular expressions?
Why multiple Inheritence is not used in C#?
What is multicast delegate in c# ?
Write the syntax for catching an exception in c#?
Explain briefly the difference between value type and reference type?
What is returned if you pass the value 12.34 to the parsefloat () function?
How do you concatenate in c#?
Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
Can you store different types in an array in c#?
How is lazy loading achieved?
What to implement on my class Finalize or IDisposable
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)