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)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The question is rather general – RPC can be everything these days (like SOAP, XML-RPC, “classic RPC”, .NET remoting etc.).
For “classic RPC” see:
For “XML-RPC” see:
For general info and .NET specific see: