What is the best way to pass data from one .NET application to another at run-time?
Basically I need to transfer a 10-100 kilobytes of data in a few minutes from one app to another (locally) and get response for this action.
Ideally - ability to sign on events in another app, and ability to call methods of classes in another app.
Thanks!