Difference between assembly manifest & metadata assembly
manifest
Answer Posted / guest
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 ? | 2 Yes | 4 No |
Post New Answer View All Answers
How can you turn-on and turn-off cas?
How do you turn off cookies for one page in your site? Give an example.
How do I use the thread pool?
What is the difference between constants and read-only variables?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is the difference between reference type and value type?
What is the difference between an abstract class and an interface?
How viewstate is being formed and how it is stored on client in .net?
Please explain what is the difference between constants and read-only variables?
Is .net core stable?
Should I use readerwriterlock instead of monitor.enter/exit?
Explain the difference between the stack and the heap?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
What is multiThreading in .NET?
What is Ajax? How it is related to your project?