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 response object is related to asp's response object?

521


What is recordset asp?

545


What is the difference between session and application?

506


Explain about Automatic resource management?

578


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

438






Why is it preferred to not use finalize for clean up?

560


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

662


What is the use of session in web application?

485


What is validation in asp.net?

552


What is difference between datalist and gridview?

581


State differences between MVC and WebAPI

607


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1511


Explain the role of global.asax?

553


Explain the benefits of viewstate?

590


What is the difference between server-side scripting and client-side scripting?

552