what is manifest?

Answer Posted / kumar

In .NET Framework Assembly metadata stored in Manifest.

Manifest contains all the metadata needed to do the
following things

* Version of assemblies
* Scope of assemblies.
* Reference to resource and class
* Assemblies manifest stored in Portable Executable (PE)
file or in Microsoft Intermediate Language (MSIL) code.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we ensure view state has not tampered?

582


Is global asax mandatory?

541


Is asp.net web forms dead?

491


What is the difference between the asp and asp.net?

467


What is fulltrust?

530






What is true about application service provider?

471


What is .net framework and what are the main components of it?

357


What are session and cookies?

514


Explain about Application and Session Events ?

614


Do you know using sql cache invalidation?

505


Why do we use web config?

492


What is the function of the ViewState property?

615


Can we have a web application running without web.config file?

505


What is data caching?

530


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

502