Date: March 9th, 2005

Notification pattern

9 March, 2005 (06:08) | .NET, Software Architecture | No comments

Pierre Greborio has an example based on Martin Fowlers pattern. I like it.
When I have to propagate errors from the domain object to the presentation I usually use exceptions. All errors bubble from bottom to up and then are ready to be published to the UI (managing the catch section). The Notification pattern can […]