ViewModel lifetime issue

first post: Tonko wrote: I am trying to see why my view model does not get disposed, even if...

latest post: marlongrech wrote: yes please Regards Marlon WPF Blog - http://marlongrech.wordpr...

IContextAware view model stops being context-aware when views are MEF-constructor-injected

first post: Xtreem wrote: I have found that if I have a "parent" view model that derives fro...

latest post: Xtreem wrote: SkyDrive is restricted where I work, too (investment bank - pah!). ...

Implementing a view-model-first approach inside a parent view/view model

first post: Xtreem wrote: I'm fairly new to MEF (being of a Unity background) and especially ...

MEFedMVVM NavigationExtension, the sample TestNavigation

first post: HDNguyen wrote: Hi I am studying MEFedMVVM, the chapter "NavigationExtension" and ...

How can I wait until view is initialized in ViewModel-first approach?

first post: LostTheBlack wrote: I have a ViewModel marked with ExportViewModel with true as second...

latest post: marlongrech wrote: I see... unfortunatly I did not do that .... I can implement it sho...

Silverlight 5?

first post: jperl wrote: I am using Silverlight 5 beta and I cannot get design data to show...

latest post: danneesset wrote: xperiandri wrote: So the problem is var exports = _ex...

Dynamically loading usercontrols using MEF

first post: joshuadavidlee wrote: Hello I am using the DeploymentCatalogService for dynamically down...

Custom MarkupExtension to set parameters of ViewModel

first post: xperiandri wrote: Now ViewModel parameter whether it is shared is set by choosing ri...

Using Project Linker extension in sources

first post: xperiandri wrote: Do you know about Project Linker? It will be very usefull in my o...

Nested imported VMs

first post: xperiandri wrote: I have a few nested ViewModels. I export them by [ExportViewModel("...