234 Views
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.
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
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.