Click here to Skip to main content
15,891,976 members
Articles / Programming Languages / C#

Observer in .NET 4.0 with IObserver(T)

Rate me:
Please Sign up or sign in to vote.
4.50/5 (11 votes)
17 Jun 2010CPOL2 min read 46K   18  
The IObservable(T) and IObserver(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. This was overdue, because other languages provide classes to implement this pattern already since a long time.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions