I can't find any useful answer for this question, although it has been asked in a different way several times.
I want to share a memory between two processes (two different applications), so that one of them can write to that memory and the other can read.
Is this possible in .NET? How?
Thanks