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 the different parts of an assembly?
What are the core differences between .NET Languages ?
Using activex control in .net?
Is there built-in support for logging?
Can a try block have nested try blocks?
What is the use of activex control in .net?
How to instantiate a delegate?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is an anonymous method and how is it different from a lambda expression?
What's a windows process in .net?
Explain what inheritance is, and why it's important?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Explain me how does linq work?
Explain me difference between public and static modifiers?
What is the difference between vb.net and vc#.net?