ObservableCollections in the ViewModel and IEnumerables in the Models?
- by vidalsasoon
Keep only ObservableCollections in the ViewModel and IEnumerables in the Model?
Does following this general guideline make any sense? I'm thinking this is the way to go because the models don't care about updating the View with the RaiseNotifyChanged.