CodeProject; Tools & Code: Cross AppDomain Communications



Microsoft’s remoting framework has received an awful bad “rap” when it comes to understanding and implementing it. This is mostly due to a lack of quality information which is only remedied by Ingo Rammer’s excellent texts on the subject. Nonetheless, it is web-services that receive all the hype and promotion due to their ease of implementation. Efficiency and security is rarely mentioned as a plus in this vein since web-services, with the use of clear text-based data, has neither unless a lot of extra effort is implemented.

Remoting has currently been relegated to cross app-domain communications ignoring its real capabilities that could provide enhanced efficiencies and securities for corporate IT infrastructures that web-services simply can’t compete with.

Now, from “The Code Project” a little gem of a library has appeared that doesn’t require the remoting framework at all for this type of communication process hopefully making it far easier to implement.

Like always, the code is always free but if you have any comments or suggestions I am quite sure the author would more than welcome them…

Steve Naidamast
Black Falcon Software, Inc.


.Net Cross AppDomain Communication

  see… The Code Project article here Link to online source…


About this entry