I\'m fairly new to the Silverlight and the MVVM / Prism pattern so this may be a stupid question. I have a View which has custom controls within it. These custom controls are actually Views too and h
More sanity checking than an actual question, so开发者_运维百科 this dll is not signed? Does anyone know if there is any semi-recent version of this that is signed?
I have a Prism/SL3 application with a tab control and each page of the tab control is a \"Region\" that has its own view and viewModel. when I want to validate the main page, I call dataForm.ValidateI
Are there any best practices for syncing hierarchical domain objects between client with mo开发者_StackOverflow社区dular structure (WPF,PRISM,MVVM) and server(WCF service and NHibernate for persistenc
I am having problems with hosting a WPF prism app in an ElementHost control and am desparate for help.
The prism documentation states that there are three region adapters available: ContentControlRegionAdapter. This adapter adapts controls of type System.Windows.Controls.ContentControl and derived cla
I have a WPF application based on PRISM that utilizes the MVVM pattern. I have noticed that occasionally my view models, views and everything connected to them will hang around long after their inten
How do I use a DelegateCommand in a TreeView to get the Expanded event? Should I be using the DelegateCommand or is there another wa开发者_如何学运维y?
I\'ve been working on a Composite WPF application and just read some good guidelines on partitioning code into assemblies. The author of the article supports minimizing the number of assemblies where
I\'d like to enhance/mimic the dependency injection done by the object builder to include some custom properties