What is the difference between private and shared assembly?
Answer / guest
Private assembly is used inside an application only and
does not have to be identified by a strong name.
Shared assembly can be used by multiple applications and
has to have a strong name.
| Is This Answer Correct ? | 35 Yes | 1 No |
Explain the differences between marshal by value and marshal by reference?
What is the proxy of the server object in .net remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What are the advantage of remoting over web services?
What are the ways to renew lifetime leases of objects?
How do you define the lease of the object?
What are possible implementations of distributed applications in .NET?
How can you configure a .net remoting object via xml file?
Explain Singleton design pattern of Remoting?
What is assembly ?
What are CAO's i.e. Client Activated Objects ?
Write a example code for remoting?