Following the code example from this website, I created a windows console application that creates a mapped memory file:
using (var file = MemoryMapp
If Inter Process Communication (IPC) is what you are trying to achieve, you could use WCF with a Named Pipe Binding. You gain a lot of simplicity at the cost of some performance.