IbraheemOsama/MVVMCollection
Briefly the MVVM collection goal is to make sure that the UI and the DB model ( whether it is SQLite , mobile service,...) are connected using a single collection, Once you updated the collection the action is reflected in both UI and DB.
C#