0 votes
in Dot Net by
What is manifest in .NET Framework?

1 Answer

0 votes
by

Manifest is used to store assembly metadata. It contains all the metadata which are necessary for following things.

  1. Version of assembly
  2. Security identity
  3. Scope of the assembly
  4. To resolve references to resources and classes
...