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
What are the important components of .net?
Do you know the difference between the stack and the heap?
Explain security measures exist for .net remoting in system.runtime.remoting?
Explain what do the terms “boxing” and “unboxing” mean?
Tell us what is json data, and what is one way that .net developers can work with json?
Explain what is an anonymous method and how is it different from a lambda expression?
What is .net3.0 and .net3.5?
Please explain what is the difference between constants and read-only variables?
What is il in vb.net?
What are the main components in .net?
What is connected and diconnected database ?
What is a serviced component?
What is "common language specification" (cls) in .net?
What is interface and abstract class in .net?
What is the use of system.diagnostics.process class in .net?