By tag: Observable
0
kicks
Reactive Extensions in .NET – Observable Collections
Last week I was reading about the two new interfaces introduced in .NET Framework 4.0 – IObservable & IObserver.In first place they seemed to be just simple interfaces providing a mechanism to implement the Observer (GoF) design pattern.But soon I found out that really meaningful implementations...