[Mono-list] remoting tips and info

Helge Lenuweit helge@lenuweit.net
Sun, 07 Nov 2004 08:43:40 +0100


Hi Rob,

there are several interesting online resources that will get you started:
Ingo Rammer's Remoting FAQ: 
http://www.thinktecture.com/Resources/RemotingFAQ/default.html
A remoting link list: http://www.dotnetpowered.com/remoting.aspx (This 
will also point you to various other example sites like on CodeProject etc.)
Some interesting remoting articles: 
http://www.glacialcomponents.com/Articles.aspx

You might also consider this book: 
http://www.amazon.com/exec/obidos/tg/detail/-/1590590252/qid=1099812803/sr=8-2/ref=sr_8_xs_ap_i2_xgl14/102-5829724-7056163?v=glance&s=books&n=507846
(haven't read it myself, so I can't comment on it).

Regards, Helge


Rob Brown-Bayliss wrote:

> Hi, I am looking to use remoting, and would like some good in depth 
> info, not the "hello world" exapmles that show how to remote a single 
> instance of an object, but some thing more in depth, like how to 
> dynamically create instances of an object on the server adn have them 
> made available to a client etc?
>
> Any one know of a good example on the net? 
>
>
> Thanks