C++ RPC tutorial?

c++, rpc, visual-c++, visual-studio-2008

Solution

Try this:

Overview

Technical Reference - also describes what it is & how it works

Problem

I want to learn programming C++ (native) on Windows platform for RPC communication. I want to learn both server and client side. I also want to learn some advanced topics, like performance and security. Any good recommended materials to read? (BTW: I Googled a few, but all of them either too brief or COM related, I want to learn pure RPC programming without COM. I am using VSTS 2008 with C++.)

Original source