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

Can you please anyone explain in detailed Webservices concepts in Asp.net?

1 Answers  


Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?

3 Answers   TCS, Wipro,


What is ViewState ? and how it is managed ?

1 Answers  


How do you do exception management

1 Answers   Infosys,


Define resource files.

0 Answers  






What is web configuration file and how to use in web application

0 Answers   MCN Solutions,


What is role-based security in asp.net?

0 Answers  


Can we use multiple forms in single asp.net application?

3 Answers   Polaris,


How does a content page differ from a master page?

0 Answers  


What is pre-init event in ASP.NET 2.0 page life cycle?

2 Answers   Fulcrum Logic,


what is the Difference between Dim Object as object AND dim obj as myform?

1 Answers   Microsoft,


Asp.Net Source :- In my project i have gridview control - item template. Its have asp:button control. my requirement is while click this button i need to display some alert message. Could you please help me which gridview event i need to write source code? Please give me a quick response. Thanks

6 Answers  


Categories