Are there any libraries for inter-process communication (IPC) between a .NET application and a native C++ application?
Check Google's Protocol Buffers (protobuf). The original implementation supports C++, Java & Python, but for .NET there is protobuf-net.