0
kicks
IObserver and IObservable - A New addition to BCL
IObserver and IObservable is introduced in C# 4.0 Base class library to implement the basic Observer pattern. Here is a sample demonstration how it works with sample application.