Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the state of Garbage Collection after dispose() call info C# code?

4 Answers  


What are regular expressions? Search a string using regular expressions?

0 Answers  


Why multiple Inheritence is not used in C#?

8 Answers   Symphony,


What is multicast delegate in c# ?

0 Answers  


Write the syntax for catching an exception in c#?

0 Answers  


Explain briefly the difference between value type and reference type?

0 Answers   Accenture,


What is returned if you pass the value 12.34 to the parsefloat () function?

0 Answers  


How do you concatenate in c#?

0 Answers  


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 }

2 Answers   Proteans,


Can you store different types in an array in c#?

0 Answers  


How is lazy loading achieved?

0 Answers  


What to implement on my class Finalize or IDisposable

0 Answers   HCL,


Categories