What is an assembly manifest?

 Posted by Tripati_tutu on 3/11/2011 | Category: .NET Framework Interview questions | Views: 4390 | 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 

Comments or Responses

Posted by: LethalCookie on: 4/28/2011 | Points: 10

Login to post response