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