Answer Posted / guest
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 ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain different types of html, web and server controls.
What exactly is being serialized when you perform serialization in .net?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What is the advantage of packaging over xcopy in .net?
Do you know what are three common acronyms used in .net, and what do they stand for?
What is common type system (cts)?
What is a manifest in .net?
How do you generate a strong name?
Why do we use msmq?
What is difference between .net and .net core?
Define marshling?
What is .net assembly?
What does cli do?
Explain about .Net products?