Answer Posted / 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 |
Post New Answer View All Answers
Explain what are three test cases you should go through in unit testing?
How big is an int16?
What is the difference between a function and a method?
Who introduced c#?
What is the process of Serialization?
Can an abstract class inherit from another abstract class c#?
What is ado net in c#?
What is application object in c#?
What are the benefits of using generics?
What is the use of properties window?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
Does c# replace c++?
What is the class in c#?
What is the benefit of using interface in c#?
What is whitespace in c#?