Difference between assembly manifest & metadata assembly
manifest
Answer Posted / raman
an assembly is a unit of deployment.like exe or dll.once
the code is compilde it wil generate the exe.that can be
used for deplaying you appliaction
when you build the class library it results into dll that
can be used in othere application by importing the dll.
Manifest:which contains the assembly name and version nuber
and method info...etc are stored in the manifest
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain me what is an anonymous method and how is it different from a lambda expression?
What are the features of dot net?
What are the new 2.0 features useful for?
What is the new three features of COM+ services, which are not there in COM (MTS)
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
what is the meaning silverligt control
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
Explain what are possible implementations of distributed applications in .net?
How can you instantiate a tuple?
Is there any thread in our .net programs?
What method do you use to explicitly kill a users session? How?
Explain attributes in dot net?
How you apply a theme in whole application in .Net?