Friday, 26 April 2013

What is a Manifest in ASP.Net? | ASP.Net interview questions

Assembly metadata is stored in Manifest. Manifest contains all the metadata needed to do the following things:
=> Version of assembly
=> Security identity
=> Scope of the assembly
=> Resolve references to resources and classes.

No comments: