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 / rajneesh hajela

metadata -- data about data
menifest -- 1. contain all the metadata.
2. version of assembly.
3. security.
Rajneesh

Is This Answer Correct ?    2 Yes 0 No

Explain manifest & metadata?..

Answer / vishalsharma

Metadata is the data about the types deifned in the modules

&

Mainfest contains Metadata information of the
Module/Assembly as well as it contains detailed Metadata of
other assemblies/modules references (exported). It's the
Assembly Manifest which differentiates between an Assembly
and a Module.

Is This Answer Correct ?    1 Yes 0 No

Explain manifest & metadata?..

Answer / ravikiran gullapalli

assembly manifest - An integral part of every assembly that
renders the assembly self-describing. The assembly manifest
contains the assembly's metadata. The manifest establishes
the assembly identity, specifies the files that make up the
assembly implementation, specifies the types and resources
that make up the assembly, itemizes the compile-time
dependencies on other assemblies, and specifies the set of
permissions required for the assembly to run properly. This
information is used at run time to resolve references,
enforce version binding policy, and validate the integrity
of loaded assemblies. The self-describing nature of
assemblies also helps makes zero-impact install and XCOPY
deployment feasible.
metadata - Information that describes every element managed
by the common language runtime: an assembly, loadable file,
type, method, and so on. This can include information
required for debugging and garbage collection, as well as
security attributes, marshaling data, extended class and
member definitions, version binding, and other information
required by the runtime.

Is This Answer Correct ?    0 Yes 0 No

Explain manifest & metadata?..

Answer / shailu

metadata-- data about data
manifest-- data about assembly

Is This Answer Correct ?    0 Yes 0 No

Explain manifest & metadata?..

Answer / s.mathan

Metadata is nothing but data about data in the database.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More C Sharp Interview Questions

Where are value types stored in c#?

0 Answers  


What is the use of parse in c#?

0 Answers  


Is c# pass by reference?

0 Answers  


What is inner class in c#?

0 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


Which is faster list or dictionary in c#?

0 Answers  


About multi level and multiple inheritance how to achieve in .net ?

2 Answers   CTS, MMTS,


What statements can enclose a "continue" statement?

3 Answers   Fortech,


Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?

0 Answers  


What are circular references?

0 Answers  


Explain About Postback

0 Answers   BirlaSoft,


Describe the types of comments in c#?

0 Answers  


Categories