prism-4
Silverlight OOB updates when using MEF / PRISM
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[详细]
2023-03-07 01:15 分类:问答PRISM 4 for WPF and Silverlight
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[详细]
2023-03-03 20:10 分类:问答MethodInfo.Invoke Works only in Debug Mode for Prism EventAggregator
I have a extension method for Prism\'s EventAgregator to publish an event using reflection. The implementation is as follows:[详细]
2023-03-02 18:13 分类:问答communication between modules in Prism4
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[详细]
2023-03-01 04:43 分类:问答Whats the status of Prism integration in Autofac?
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.[详细]
2023-02-27 11:24 分类:问答Should I use Prism for developing simple desktop applications? C#
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...[详细]
2023-02-24 00:53 分类:问答Prism 4: Unloading view from Region?
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[详细]
2023-02-21 16:37 分类:问答Exception "Element is already the child of another element." when navigating to the startup view
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[详细]
2023-02-20 20:50 分类:问答How to preload Prism views at application startup?
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[详细]
2023-02-19 09:32 分类:问答WPF, Prism, MEF. Register region adapter within a module?
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[详细]
2023-02-19 01:30 分类:问答