what is manifest?

Answers were Sorted based on User's Feedback



what is manifest?..

Answer / seshu

Manifest is an XML based, database driven Content Management
System (CMS) for satisfying corporate communications needs,
including Internet and Intranet.

(or)


Assembly manifest is a data structure which stores
information about an assembly .The information includes
version information, list of constituent files etc.

Is This Answer Correct ?    15 Yes 1 No

what is manifest?..

Answer / versha

Assemblies data is stored in manifest
In manifest include
assemblies information
like version of assemblies
security information etc
manifest is stored in PE file that is portable Executable
file in MSIL(Microsoft intermediate Language)
Manifest make assembly self describing.CLR use mainifest
for execution

Is This Answer Correct ?    11 Yes 2 No

what is manifest?..

Answer / 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

More ASP.NET Interview Questions

What is session in asp.net?

0 Answers  


Describe in brief .net framework and its components.

0 Answers  


What?s the difference between Response.Write() andResponse.Output.Write()?

2 Answers  


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

1 Answers   MMTS,


By default what is the Asp.Net application login context on IIS 5.0? By default the ASP.Net app runs in the context of a local user ASPNet on IIS version 5. On IIS version 6 on windows 2003 it is called Network service

0 Answers  






What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0

11 Answers   Bosch, IntraLogic,


what are the Custom controls in asp.net?

0 Answers   MCN Solutions,


what is webservices ? and what is web server ?

1 Answers   Wipro,


Explain difference between friend and protected friend?

0 Answers  


How to authenticate users using Web.Config ?

1 Answers   Accenture,


What is http post action?

0 Answers  


can we pass values from one page to another page without redirecting to that page?

6 Answers   Google, Patni, Syntel, Wipro,


Categories