Explain manifest in c#.



Explain manifest in c#...

Answer / Avnish Bharadwaj

A manifest is an assembly metadata that contains essential information about the assembly, such as its name, version, and the list of types it contains. In C#, the manifest can be embedded within the executable file or separate (a standalone file).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can struct be static in c#?

1 Answers  


What are custom exceptions? Why do we need them?

1 Answers  


How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?

1 Answers   CDC,


What is the difference between finally and finalize block?

1 Answers  


Why singleton class is sealed in c#?

1 Answers  


What is literal control

1 Answers  


How to sort an int array in c#?

1 Answers  


Can we declare class as protected?

1 Answers   Infosys,


What are value types in c#?

1 Answers  


What is lazy loading and eager loading in c#?

1 Answers  


What is the max value of int32 in c#?

1 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

3 Answers  


Categories