WP7 – Sharing data between pages with MVVM
Since the start of my WP7 app, I have leveraged IOC (specifically Ninject) to fill dependencies on my ViewModels following the MVVM Light samples. To briefly summarize, I have an app level resource called Locator which provides properties for each of my ViewModels. These properties get the instance from the IOC container. Locator: public …