Does anyone have any links to a good, concise, Tutorial or guide to .Net remoting? Would be grateful!

Thanks (sorry for the short post!)

Edit: I am now aware of: http://www.codeproject.com/KB/XML/remotingsimpleeng.aspx

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

Nothing beats Ingo Rammer's book on .NET Remoting from Apress http://www.amazon.com/Advanced-NET-Remoting-Ingo-Rammer/dp/1590590252

link|improve this answer
Yup, I learned .net remoting from this book as well. – Bogdan Gavril Jan 19 '09 at 17:20
Excellent, the bible for remoting... – Charles Bretana Jan 19 '09 at 17:50
feedback

Unless you have some specific requirements that require .NET Remoting you should probably take a look at Windows Comminication Foundation (WCF) instead. WCF provides the functionality of .NET remoting (and more) and as far as I know WCF is now the recommended technology to use.

link|improve this answer
Unless he has a corporate requirement not to use anything new. A lot of places aren't using WCF yet because they have myopic IT rules, etc. – Terry Donaghe Jan 19 '09 at 17:57
Yeah, Developing in .Net 2.0 otherwise I would use WCF – Damien Jan 19 '09 at 19:15
feedback

Here are my bookmarks on .NET Remoting articles: http://delicious.com/dreikanter/remoting. the most detailed manual is "Remoting Architecture in .NET". Other ones contains different usage examples of this technology.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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