The .NET Framework contains since version 3.0 the ObservableCollection<T>, but why isn´t there开发者_如何学编程 a ObservableKeyedCollection<TKey, TValue>.
I\'m building a series of WCF Services that are going to be used by more than one application. Because of that I\'m trying to define a common library to access WCF services.