DotNetShoutout - Stories tagged with Event Aggregator
3
Shouts

Learning Caliburn Micro Part 4: The Event Aggregator

published 474 days, 22 hours, 23 minutes ago posted by traskjdtraskjd 476 days, 10 hours, 49 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Friday, February 03, 2012 1:46:02 AM GMT
The 4th part in the Caliburn Micro tutorial looks at learning about how to use the event aggregator included with Caliburn Micro. The event aggregator is a service that makes it easy for multiple parts of your application to send messages to each other. This is useful when your application is made up of several view-models that need to communicate. (more)
category: How To | clicked: 20 | comment | | source: www.mindscapehq.com
tags: Caliburn Micro, Event Aggregator, Mindscape
8
Shouts

Dot + Net Digging .Net: How To : Communicate between two user-controls using Event Aggregator

published 986 days, 21 hours, 24 minutes ago posted by kranthigullapallikranthigullapalli 989 days, 20 hours, 47 minutes ago
Friday, September 10, 2010 3:10:12 PM GMT Tuesday, September 07, 2010 3:47:58 PM GMT
I found many posts in the asp.net, silverlight.net fourms regarding communication between user-controls, so i thought to blog a bit about communication between user-controls using Event Aggregator in silverlight which i found is the best way to communicate. The main advantage for using an event aggregator to communicate between user-controls is, it removes the tight coupling between a publisher and a subscriber, by which a publisher/subscriber can evolve independently. Pre-requisites for understandin... (more)
category: Metro | clicked: 3 | comment | | source: dotplusnet.blogspot.com
tags: .NET WPF Silverlight, Event Aggregator, how to
2
Shouts

Announcing: TinyMessenger | GrumpyDev

posted by http://www.grumpydev.com/http://www.grumpydev.com/ 1159 days, 3 hours, 53 minutes ago
Monday, March 22, 2010 8:41:46 AM GMT
Announcing: TinyMessengerIntroduction Just a small post to announce I have added, and finally documented, TinyMessenger to the TinyIoC project.Tiny What-Now? TinyMessenger provides an event aggregator/messenger for loosely coupled communication. Some scenarios where this may prove useful :Communication between Controllers/ViewModels. Service classes raising “events”. Removing responsibilities from classes that receive external events (such as the AppDelegate in an iPhone application). Decoupling commun... (more)
category: How To | clicked: 6 | comment | | source: www.grumpydev.com
tags: Event Aggregator, tinyioc