Top 20 NuGet observable Packages
Represents a strongly typed collection of objects that can be accessed by index.
Supports out of the box:
Supports observability and incremental loading.
Observability: all changes inside in the collection are observed by binding clients.
Incremental Loading: supports collection items paging by loa...
Due to performance issue, sometimes it doesn't need to invoke CollectionChanged event for each of actions (Add / Remove / etc.). To provide this we may to create a batch and after that to invoke CollectionChanged event.
See github repo https://github.com/spzSource/ObservableCollection.Batched for m...
ObservableDictionary based on AVLTree with O(log N) insert/removal operations. Collection event aren't "Reset" but with proper positioning so it can be bound to the UI without affecting sort/group/highlight position on update.
Source code, usage and example can be found at https://github.com/sam07...
To alleviate dealing with boilerplate coding aspects of the framework, these helper classes do the following:
Event Handling - Efficient event handlers are implemented, making the implementation of event handlers easier, safer and more performant.
INotifyPropertyChanged - Observable p...
Observable Vector makes it easy to use the IObservableVector<T> interface in your Windows app.
Find us on GitHub at https://github.com/jamesqo/observable-vector
Observable Vector makes it easy to use the IObservableVector<T> interface in your Windows app. This is the non-generic version which can be used in non-.NET projects targeting the Windows Store, such as C++/CX or JavaScript.
Find us on GitHub at https://github.com/jamesqo/observable-vector
A very simple class for creating a disposable observable unsubscriber class by passing in a generic type.
Represents a strongly typed collection of objects that can be accessed by index.
Supports out of the box:
Supports observability and incremental loading.
Observability: all changes inside in the collection are observed by binding clients.
Incremental Loading: supports collection items paging by ...
Maze
Reactive model package to help develop MVVM / reactive oriented models.