In this article, Brett Balmer discusses VMCollectionWrapper - a class that synchronizes
ViewModel collection changes to Model collection changes.
Source: The <silver/> method
There has been a lot of debate around what to do with collections of Model objects live under a ViewModel. Consider the situation where a Person has a collection of Nicknames and you have created a PersonViewModel. The debate centers around whether you should expose the Nicknames to binding directly, or if you should create a collection of NicknameViewModels to which binding should occur.
We tweet all news and content updates - follow us on Twitter!