I am trying to implement RPC using C# and was looking around for examples but couldn't find even a hello world example(similar to http://docs.oracle.com/javase/1.5.0/docs/guide/rmi/hello/hello-world.html)
JAVA seems to be the popular choice but since I have some experience coding in C# (none in JAVA) thought about trying it out in C#.
Can someone please provide some pointers on how to start socket/rpc programming in C#.