Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
You might consider rewording the title. ".Net remoting" doesn't actually indicate you are looking for a tutorial. – Steve Rowe Feb 5 '09 at 8:06
Thanks Steve and Brian – johnc Feb 5 '09 at 11:22

closed as not constructive by Bill the Lizard Aug 5 '12 at 13:26

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

4 Answers

up vote 5 down vote accepted

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.

share|improve this answer
Some nice stuff there, thanks – johnc Feb 4 '09 at 10:04
The powerpoint presentation is gone. – CodingBarfield May 23 '11 at 8:00
You can find the PowerPoint presentation I've mentioned backed up here: cl.ly/2D1Z1O0m1N3k2r0J2N3H – huseyint May 23 '11 at 8:19

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.

share|improve this answer
I guess .NET Remoting itself is outdated, but it's what I've got to work with. Thanks for the pointer – johnc Feb 4 '09 at 10:13

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 :)

share|improve this answer
No worries, thanks – johnc Nov 12 '09 at 23:46

Not the answer you're looking for? Browse other questions tagged or ask your own question.