Answer Posted / porchelvi.a
Manifest:
*********
Manifest contain the details about Assembly
-> Name
-> Culture
->Version Number etc.
MetaData:
********
Meta data describes about objects
Like
-> Name of Object
-> Bases
-> interfaces
-> Methods
-> Members
-> Properties
-> Parameters of methods etc.
| Is This Answer Correct ? | 35 Yes | 0 No |
Post New Answer View All Answers
What does break do in loop?
Is it good to use var in c#?
What is the difference between int.parse and int.tryparse methods?
What are the Features in .net framework 1.1
Explain the constructor in c#.
How can I check the type of an object at runtime?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What do you mean by jagged array?
What is difference between managed and unmanaged code?
What is asp net c# corner?
what are some characteristics of an array?
What is yield keyword?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
Write a sample code to write the contents to text file in c#?
Why abstraction is used in c#?