By alashcraft
via dotnetslackers.com
Published: Aug 25 2008 / 05:17
The observer pattern is incredibly useful, so useful in fact that it has found itself used all over the place in .NET. Underlying the observer pattern is a simple concept; it’s merely a design to accommodate a one-to-many relationship in a loosely coupled fashion. In this article we will look at the design of the observer pattern. We will implement our own version of the observer pattern, and then we will look briefly at using .NET events to achieve the same result.
Add your comment
Voters For This Link (10)
-
alashcraft -
ugur.myopenid.com -
mswatcher -
BnB -
vojkog -
matto3c -
ScottG -
fabiocaseri -
thinkingserious -
davneter


