What is an assembly and what does manifest consists ?
Answer Posted / saubhagya
Assembly is a unit of deployment like exe or dll.
Manifest contains the version number.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the threading types?
How can you configure a .net remoting object via xml file?
what are the requirements to enable remote components to interact each other?
What are the remotable objects in .net remoting?
Explain Singleton design pattern of Remoting?
What are the steps to publish an object outside the service domain
How to decide which to use .net remoting or asp.net web services?
Is it a good design practice to distribute the implementation to remoting client?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What is the proxy of the server object in .net remoting?
Explain how to directly call a native function exported from a dll?
What are the security measures exist for .net remoting in system.runtime.remoting?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Garbage collector?s functionality on unmanaged code ?
What are the ways to renew lifetime leases of objects?