What is manifest ?

Answers were Sorted based on User's Feedback



What is manifest ?..

Answer / mohan kumar e.

A manifest contains assembly information (metadata of
assembly) which includes assembly name(name,version,culture
and public,private key),security info.,the files that are
inside the assembly and the files that are referenced by
the assembly.

Is This Answer Correct ?    6 Yes 0 No

What is manifest ?..

Answer / kirti

It is the metadata that describes the assemblies.

Is This Answer Correct ?    0 Yes 0 No

What is manifest ?..

Answer / praseetha sandeep

This specifier allow class to hide member variables and
member functios to be accessed from other class objects and
functions except the child class with in the application

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C Sharp Interview Questions

Are c# strings immutable?

0 Answers  


What is the difference between Decorator and Adapter pattern?

0 Answers   QuestPond,


What do you mean by synchronous and asynchronous operations?

0 Answers  


Define a manifest in .net?

0 Answers  


What is the purpose of static?

0 Answers  






Explain publishers and subscribers in events.

0 Answers  


Difference between Value type & reference types ? and give the example in .Net?

0 Answers  


How to implement a singleton design pattern in c#?

0 Answers  


How do you encapsulate in c#?

0 Answers  


What is the main usage of keyword “virtual” ? How does it work for a method or property?

0 Answers   Siebel,


What is iformatprovider in c#?

0 Answers  


Does c# support multilevel inheritance?

0 Answers  


Categories