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 there constructors in c sharp?

0 Answers  


What are the fundamental oop concepts?

0 Answers  


How do I use the 'using' keyword with multiple objects?

0 Answers  


What is parallel foreach c#?

0 Answers  


What is the implicit name of the parameter that gets passed into the class set method?

0 Answers  






Can we have only “try” block without “catch” block in c#?

0 Answers  


Which is faster iqueryable or ienumerable?

0 Answers  


Why we put script in head of asp.net page Why not in body?

1 Answers  


Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?

0 Answers  


What is the meaning of int parse in c#?

0 Answers  


What is the use of tryparse in c#?

0 Answers  


Is learning c# hard?

0 Answers  


Categories