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


Please Help Members By Posting Answers For Below Questions

How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

553


What is the use of Treeview control?

610


Explain what relationship is between a process, application domain, and application?

615


What is .net and why it is used?

533


What do you mean by Code Access Security in .NET?

631






Please explain what do the terms “boxing” and “unboxing” mean?

583


What are the two main parts of the .net framework?

565


How to debug failed assembly binds?

596


Differences between namespace, class, assembly?

588


What is Polymorphism? How does VB.NET/C# achieve polymorphism?

2472


Describe the Managed Execution Process

1643


Who is using .net core?

534


Explain the process of compilation in .NET?

629


Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?

537


What is a manifest in .net?

600