inter-process-communication
-
C# Send Data Between Processes (w/ Memory Mapped File)
If you’re reading this right now you’re probably developing some application that has 2 or more processes and you want those processes to share some data with each other. There are multiple ways to pass data between processes (IPC), each...