Explain manifest & metadata in c#.



Explain manifest & metadata in c#...

Answer / Varsha Sangal

"Manifest is a file that contains information about an assembly, such as its version and dependencies. Metadata is data that describes the types, members, and resources within an assembly."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What?s the difference between an interface and abstract class?

6 Answers   Mind Tree, Siebel,


Is array immutable in c#?

1 Answers  


What is the relationship between a process, application domain, and application?

1 Answers  


Explain inheritance in c#?

1 Answers  


what optimizations does the c# compiler perform when you use the /optimize+ compiler option?

1 Answers   4Cplus,


What is dictionary class in c#?

1 Answers  


I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?

1 Answers  


What are the types of inheritance in c#?

1 Answers  


What is difference between continue and break in c#?

1 Answers  


What are expressions c#?

1 Answers  


how to retrive a TextBox value in to Sql database using C# windows form application coding

3 Answers  


What are static and dynamic variables?

1 Answers   CGI,


Categories