Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need (RPC + C# .Net + Framework 4.0) Samples [closed]

Tags:

c#

.net-4.0

rpc

I want some samples in Remote Procedure Call in C#.Net and Framework 4.0. I had searched google a lot. But i dint find Step by Step Procedure of RPC Concept.

Kindly post some tutorials (RPC + C# .Net + Framework 4.0)

like image 229
RobinHood Avatar asked Oct 27 '25 15:10

RobinHood


1 Answers

The question is rather general - RPC can be everything these days (like SOAP, XML-RPC, "classic RPC", .NET remoting etc.).

For "classic RPC" see:

  • http://www.codeproject.com/KB/IP/rpcintro1.aspx
  • http://www.aspfree.com/c/a/.NET/Introduction-to-RPC-on-Windows-Part-I/
  • http://netbula.com/oncrpc/
  • http://www.distinct.com/products/rpc/rpc-dot-net.asp

For "XML-RPC" see:

  • http://codinghints.blogspot.com/2010/03/xml-rpc-calls-with-c.html
  • http://www.xml-rpc.net/

For general info and .NET specific see:

  • http://msdn.microsoft.com/en-us/netframework/aa663324
  • http://homepages.ius.edu/rwisman/b438/html/net.htm
like image 88
Yahia Avatar answered Oct 29 '25 03:10

Yahia



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!