931 Views
The IObservable(T) and IOberver(T) interfaces are part of base class library of .NET 4.0. It's great that there is now a out of the box solution to implement the observer pattern. The article shows with a simple example how the two interfaces should be used.
0 comments