vote up 2 vote down star

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

flag

3 Answers

vote up 3 vote down check

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

link|flag
Yup, I learned .net remoting from this book as well. – Bogdan Gavril Jan 19 at 17:20
Excellent, the bible for remoting... – Charles Bretana Jan 19 at 17:50
vote up 1 vote down

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|flag
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 at 17:57
Yeah, Developing in .Net 2.0 otherwise I would use WCF – Damien Jan 19 at 19:15
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

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