The XDMessaging library provides an easy-to-use, zero configuration solution to inter-process communication for .NET applications. It provides a simple API for broadcasting and receiving messages across application domain, process, and even network boundaries.
The XDMessaging library provides an easy-to-use, zero configuration solution to inter-process communication for .NET applications. It provides a simple API for broadcasting and receiving messages across application domain and process. Lite version excludes network propagation functionality.
==CSharpTest.Net.RpcLibrary==
Simply one of the fastest and most robust inter-process communcations available
on the Windows platform. WinRPC is the building block of DCOM and probably the
most used remote proceedure call in Windows. In plain words it is the fastest,
most stable, secure transport...
More information
Provides Client and Server classes to communicate over a windows pipe connection.
For more information visit https://github.com/Narumikazuchi/Windows/wiki.