What is an assembly manifest?
Interview question and answer by:
Tripati_tutu | Posted on: 3/11/2011 | Category:
.NET Framework Interview questions | Views: 1678 | |
Points: 40
Answer:
The assembly manifest is providing information to the .NET application at runtime. It provides the information like assembly's name, version, requested permissions, and other assemblies that the .NET application references.
It describes the assembly to the managed hosting environment.
It acts as a directory to the modules, types, and resources in the assembly.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: