Remoting is a beautiful way by which we can access one application object to another application. For Remoting in .NET we have to Inherit a class name as MarshalByRefObject . Waana learn Remoting in .NET way see this Link...............
http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/Remoting04252007233559PM/Remoting.aspx
Loading

Posted Oct 15, 2007, 8:59 AM
Hi amy b this vl help out is understanding vth the programming support y dont u look at this links also...
http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=31
happy coding :-)
Purushottam RathorePosted Aug 22, 2007, 7:47 AM
Remote objects are accessed via Channels, Channels can be thought of as Transport mechanism to pass messages to and from remote objects. All the method calls along with the parameters are passed to the remote object thru the channel viz. HTTP or TCP.
Rohit singhPosted Aug 20, 2007, 3:29 AM
Thanks
your article is very nice. plz send more example related to remoting.
Yogesh VermaPosted Aug 16, 2007, 2:12 AM