Answer Posted / kumar vaibhav
Manifest describes assembly itself.Assembly
name,culture,version number,strong name,list of all files
whereas Metadata describes the content within the assembly.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
How do I download a program to my desktop?
Is as operator in c#?
Can struct have constructor c#?
Can you inherit multiple abstract classes in c#?
What is serialization in c#?
What are sessions in c#?
What is the difference between paramaterized constructor and copy constructor?
Why is lazy loading?
Explain about accessibility modifier 'protected internal'?
What are the types of serialization?
Which programming language is best for desktop applications?
What is the adv of using System.Text.StringBuilder over System.String?
Why do we use parameters in c#?
Write a C# program to find the Factorial of n
Why do we use yield in c#?