We have a monolithic MFC GUI app that is nearing the end of it\'s life in C++. We are planning to build new functionality in C# and pass data between each app.
Quest
Take your pick:
Why named pipes?
In .Net just use System.IO.Pipes.
In C++ use CreateNamedPipe and CreateFile.