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 differences between com architecture and.net architecture?
What is machine.config in .net?
Please explain what is the difference between a class and an object?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What are the different types of memory in .net?
Please tell us what is the difference between override and overload in a method?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
What is loosely coupled solution in.net?
How can you instantiate a tuple?
Please explain is the jit an interpreter?
Tell us why do we use the “using” statement?
Explain the code behind wors and contrast that using the inline style.
What is the need of OLE-automation?
Explain assemblies in .net?
Different between .net & j2ee ?