Object Sharing between Applications?

There are a few IPC technologies you can use that though pre-date WCF are still relevant today. Pipes Pipes is one such technology. It’s binary, runs in Kernel mode and very fast! Though it’s quite low-level and does not give access to “objects”. .NET Remoting .NET Remoting will give access to objects but is perhaps … Read more