Synchronizing a model list with a view model list August 9, 2019 in programming In MVVM when using lists of POCO elements in the backend, usually we have to wrap these in view models to use them in ObservableCollections. Fortunately, we can automate the synchronization between our model list and view model list. Continue reading