I'm looking for samples / best practices of Event Aggregator implementation.
Anyone help ?
|
I'm looking for samples / best practices of Event Aggregator implementation. Anyone help ? |
||||
|
|
|
I love the Rx Event Aggregator from José F. Romaniello. The implementation is short and concise:
And the usage is very simple and leverages the strength of Rx. Here's an example:
|
|||||||||||||
|
|
there's a nice one in the MVVM Light toolkit by Laurent Bugnion. Here's the interface
|
|||
|
|
|
Kazi Manzur has a very good yet simple implementation of event aggregator, check this blog post: http://weblogs.asp.net/rashid/archive/2009/03/05/use-event-aggregator-to-make-your-application-more-extensible.aspx, check Kigg project on codeplex for the full implementation |
|||
|
|
|
you might want to check this project http://eventaggregator.codeplex.com/ |
|||
|
|
|
Good references i found: |
|||
|
|
|
This post can help you get started: http://www.codeproject.com/KB/silverlight/PrismTutorial_Part3.aspx |
|||
|
|
|
The best sample of an Event Aggregator would probably be the one from Prism. This was designed by the Patterns and Practices team as part of the Composite WPF and Silverlight Guidance. |
|||||||||
|