Skip to content
gpeipman edited this page Sep 23, 2010 · 2 revisions

MemBus.Forms is Visual Studio 2010 sample solution that illustrates how to use memory-based message broker called MemBus. MemBus follows service bus conceptions but works in memory and lives in same scope with AppDomain where it is created. My sample solution shows how to use MemBus with MDI forms to send data as messages from parent form to child forms.

MemBus Forms have currently only one release but I hope I can build this sample to be way cooler as it is right now. References: