What are the steps to publish an object outside the service domain
Answer / Ajay Kumar Pandey
.NET Remoting requires publishing remote objects outside of the service domain. Here's a simplified sequence of steps:
1. Create a well-known service (server) and register it with the RemotingConfiguration class.
2. Create a client application and configure the channel sinks.
3. Call the RemotingServices.Marshal() method to marshal the object at the client side.
4. Use Activator.GetObject() to create a proxy for the remote object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define delegates and events?
What are the different types of channels used by .net remoting and which is the best one?
Where are shared assemblies stored?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
What is unboxing?
What is the purpose of strong name?
what is Client-activated object in remoting?
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,
What are the threading types?
What is asynchronous programming?
What is a strong name?
What are static assemblies and dynamic assemblies?