Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good .Net Remoting Tutorial/Guide [closed]

Tags:

.net

remoting

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

like image 995
Damien Avatar asked Jan 19 '09 17:01

Damien


2 Answers

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

like image 131
krishna Avatar answered Sep 21 '22 22:09

krishna


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.

like image 45
co-cat Avatar answered Sep 20 '22 22:09

co-cat