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
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
Explain difference between panel and groupbox classes using .net?
What do the terms “boxing” and “unboxing” mean?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Explain about .net assemblies?
What are the new features in .net core?
Explain what is a delegate?
Conceptually, what is the difference between early-binding and late-binding?
Explain about .net?
Explain is the jit an interpreter?
What is difference between static page and dynamic page?
Explain how viewstate is being formed and how it's stored on client in .net?
What are the types of jit?