Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the steps to publish an object outside the service domain

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain marshalling and its types in .net remoting

1000