I am working on a prototype for Silverlight OOB application. To modularize the application either PRISM or MEF or both will be used. When a new version of the application is a开发者_如何学运维vailable
I am new to the WPF and Silverlight and Prism 4 , Can we create an Application that is usable both in WPF and silverlight or do I have to have different projects for both? My question is Can I use Pri
I have a extension method for Prism\'s EventAgregator to publish an event using reflection. The implementation is as follows:
When communica开发者_开发百科ting between modules, which approache is best in Prism4? Although i have used Event Agregator.If your modules are across different assemblies, it is best to use Event Aggr
Integration into Prism was talked about in the 2.1.x time frame, 开发者_如何学Cwe are @ 2.4.x, Prism 4 is out now and the RIStockTrader Example in /contrib is just a default XAML project.
I want to move on to WPF applications and convert my win-form apps(into WPF) At the moment there is too much to learn about WPF in order to get nice application...
How do I unload a view from a Prism Region? I am writing a WPF Prism app with a Ribbon control in the Shell. The Ribbon\'s Home tab contains a region, RibbonHomeTabRegion, into which one of my module
I\'m using Region Navigation integrated with the Silverlight Frame Navigation as follows: I have my frame, to which I attached a region, and set the ContentLoader to the FrameContentLoader which I got
We use Prism 4 for WPF as well as the navigation functionality which comes with Prism. When navigating to (loading) certain views in our application we notice a delay - which understandably comes fro
Is it possible to register a region adapter within a module? I have a ContentControl in my Shell.xaml set to region \"MainRegion\" that currently gets populated with a module containing the AvalonDoc