What is an assembly and what does manifest consists ?
Answer Posted / moghan
Assembly:
Which is reusable,verionable and self describing
building blocks in CLR(Common Language Runtime).
Manifest:
It contains information about the Assembly where it is
residing.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is unboxing?
Garbage collector?s functionality on unmanaged code ?
What are the types of remoting?
What are the types of remotable objects?
How to directly call a native function exported from a dll?
What are the remotable objects in .net remoting?
Define singleton activation mode in .net remoting?
What are the channels in .net remoting?
What is a formatter in .net remoting?
Which one is better WebService and Remoting ?
Explain how to directly call a native function exported from a dll?
Will clr handle unmanaged code or not?
What are the security measures exist for .net remoting in system.runtime.remoting?
Explain the differences between marshal by value and marshal by reference?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?