I want to have an event-driven architecture where the event user (subscriber / observer) and event producer (publisher / subject) are in distributed geography.
Is there something in .NET that easily transmits events over the network without having to delve into the implementation of the transport mechanism?
I recall Juval Lowe saying something about Enterprise Services on the DNR show 2 years ago, but cannot remember what it was.
Does anyone know what I can use from the .NET platform for this?
Water cooler v2
source
share