CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Prism
C#
/*
  some simple helpers to clean up the syntax / remove the need for the Get<Event> pattern. Works with pure poco event classes.
  Inspired by this post from Ward Bell: http://neverindoubtnet.blogspot.com/2009/07/simplify-prism-event-aggregator.html
 
 
  example usage given an OrderCreated event
 
  //Given this event:
  public class OrderCreated{
    public Order Order {get;set;}
by Glenn Block   October 10, 2010 @ 9:20pm
1924 Views
no comments
 
C#
/*
 
  See the updated version at: http://codepaste.net/woqq1d which supports mocking.
 
  some simple helpers to clean up the syntax / remove the need for the Get<Event> pattern. Works with pure poco event classes.
  Inspired by this post from Ward Bell: http://neverindoubtnet.blogspot.com/2009/07/simplify-prism-event-aggregator.html
 
 
  example usage given an OrderCreated event
by Glenn Block   October 10, 2010 @ 4:00pm
1953 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate