4
votes
3answers
738 views
How best to communicate between AppDomains?
I have an application that needs to send a moderately high volume of messages between a number of AppDomains. I know that I could implement this using remoting, but I have also noticed that there …
