Steps to publish an object outside the service domain - .Net Remoting

Steps to publish an object outside the service domain.

To publish a service outside the service domain, you need to :

- Identify the application domain that will host the service.
- Identify the activation model: server activation or client activation.
- Identify and create a channel and a port.
- Identify how the client application obtains the metadata information about the service.
Define Client Activated Objects (CAO) - .Net Remoting
.Net Remoting - Client-activated objects are objects whose lifetimes are controlled by the client, i.e. calling application domain....
Explain Marshalling and its types in .Net Remoting - Remoting.NET
.Net Remoting - Objects can't be transmitted as such over communication channel....
Summary of .Net Remoting - Remoting.NET
.Net enables interaction between applications over distributed network.....
Post your comment