How do I use DomainContext.Load in my ViewModel?
- by kristian
I'm trying to use RIA services to provide data to my Silverlight application by calling DomainContext.Load to retrieve a collection of widgets. I want to expose this collection through a property of the ViewModel so I can bind a control to the collection in my page.
I think my approach must be fundamentally wrong because Load is called…