We have several CAB and prism 2 applications which we plan to migrate to Prism 4. Has anyone any experiance with migration of CAB and/or Prism 2 applications to Prism 4?
We are currently developing Sliverlight 4.0 based web application using PRISM 4.0 for Sliverlight 4.0. This web UI is a composite application consists of Legacy UI developed by some 3rd party and in-h
Greetings guys, hopefully somebody has fresher eyes and can help me pinpoint the problem here, I\'m trying to create a small app with prism and the MVVM pattern, everything was working nicely up to th
I\'ve set only one region in Shell \"LoginRegion\" <!-- Login Region --> <Border Grid.Row=\"0\">
my View constructor: public View1(IRegionManager regionManager, IUnityContainer container, bool myParam)
How do I bind MouseDoubleClick event of wpfd开发者_开发知识库atagrid in the view as I\'m using mvvm and Prism 2.I prefer adding a MouseDoubleClickBehaviour and then you can attach it to any control, w
What would be the best way to implement NLog in my Prism / CAL WPF application. This might be an amateur question, I am a bit new to the whole Prism fra开发者_如何学Gomework :)
Since this is so long and prolapsed and really doesnt ask a coherent question: 1: what is the proper way to implement subproperties of a primary object in a viewmodel?
what\'s the difference between MVVM and prism v2 design patt开发者_JAVA技巧ern to develop SL and WPF applications?Prism is not a design pattern, but a Library of different components; some of them can
I need some help with overlaying views using the prism framework.Its a little more complexed than that so let me explain.I could be over-thinking this as well :D