tags:

views:

363

answers:

4

I've been looking around for some decent tutorials on .NET remoting (old style MarshallByRef), and have come across a couple, but nothing that I'm happy with. Does anyone know of any decent tutorials around?

+5  A: 

Check out one and only Ingo Rammer's .NET Remoting FAQ. The information maybe some outdated as .NET Remoting.

And here is a PowerPoint presentation called Introduction to .NET Remoting which helps you understand basic concepts behind remoting with figures/graphics.

Lastly here is the Remoting Settings Schema from MSDN if you frequently get lost (like me) in app.config files while configuring remoting.

huseyint
Some nice stuff there, thanks
johnc
+3  A: 

I know you probably want something online, but I learnt this stuff from Ingo Rammer's book Advanced .Net Remoting which is very detailed, in depth and readable.

This is all .Net 1 stuff though (April 2002) so it may well be outdated and there may be better resources around these days.

Sam Meldrum
I guess .NET Remoting itself is outdated, but it's what I've got to work with. Thanks for the pointer
johnc
+1  A: 

Plese check
.NET Remoting
MSDN - .NET Remoting Overview

Bashar Kokash
+1  A: 

Here is my selection of related articles that I've bookmarked while searching on this topic myself: http://delicious.com/dreikanter/remoting First one is most comprehensive.

(I've tryed to copy those links here but spam prevention mechanism limited maximum links number to one per post :)

dreikanter
No worries, thanks
johnc