Explain manifest & metadata?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / shailu
metadata-- data about data
manifest-- data about assembly
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / s.mathan
Metadata is nothing but data about data in the database.
| Is This Answer Correct ? | 0 Yes | 3 No |
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
What is a c# delegate?
What is xml c#?
What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?
What is visual c# net?
What is Dependency of Injection?
Can you declare the override method static while the original method is non-static?
What is null character in string?
Is stringbuilder faster than string concatenation c#?
What are the advantages of generics in c#?
what is the purpose of interface in c#.net
What are the types of operator?
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)