ObservableCollections in the ViewModel and IEnumerables in the Models?

Posted by vidalsasoon on Stack Overflow See other posts from Stack Overflow or by vidalsasoon
Published on 2010-04-22T19:06:28Z Indexed on 2010/04/22 19:13 UTC
Read the original article Hit count: 130

Filed under:

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.

© Stack Overflow or respective owner

Related posts about mvvm