I would like to activate continuous integration for a Prism application on a TFS build server. Actually the build controller is not able to compile the application because it does not have the Prism L
In my application I want to create multiple instances of the same view using PRISM/MEF Both my view and the view model has got PartCreationPolicy non shared but it doesn\'t create multiple views. Ins
I\'ve just started learning WPF MVVM using Pri开发者_高级运维sm and Unity. Decoupling the view from the viewmodel works pretty well, but I don\'t get how wire up my viewmodel and my model.
I have silverlight 4 application with PRISM 4, I\'m using MEF. My Shell defines one main region in which modules are loaded, I want modules to have their own RegionManager, so regions that they defin
I\'m having a couple of major issues when trying to style the ChildWindow control from the SDK. First issue:
To give you background, i am using Silverlight + MVVM and PRISM. I have some Master data to show in grid and have the first column as hyperlink to the detail data.
I am swapping out the standard Unity container in Prism 4 and run into a pr开发者_StackOverflow中文版oblem when my modules are initializing. Before I used to get an IUnityContainer injected and this t
I am using Silverlight 4 + PRISM + MVVM in my appli开发者_运维百科cation. I want to pass a complex object to another page. I dont know how to do that. I cant/dont want to use URI parameters.Maybe Even
I\'m creating a new Prism4 application with MEF and it works nice. I\'ve created the Shell, etc and everything is OK.
I\'m working on a开发者_如何学运维 project with 20+ Modules with the following Technics: WPF 4.0 ,PRISM 4 , Unity 2.0 , MVVM Light , and Devexpress XPO as and ORM