-
Notifications
You must be signed in to change notification settings - Fork 29
MemBus.Forms
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:
- Using MemBus for messaging between application components (my blog post)
- Experiments.MemBus.Forms.zip (archive with current source and binaries)