prism-4
Popup window in Silverlight 4 and Prism
In Silverlight and PRISM, what is the good way to open a popup child 开发者_运维知识库window which is in one Module by passing a parameter from a ViewModel in different Module.Create a common interfac[详细]
2023-03-30 07:38 分类:问答Access ViewModel / DataConext inside ContextMenu
How can I get the original DataContext of the UserControl inside of a ContextMenu. The code below, you can see that there is a Button in the DataTemplate, which binds correctly. However, when trying[详细]
2023-03-22 17:08 分类:问答Best Practice for Sharing Styles in a Silverlight Application that uses the Prism Framework
A typ开发者_如何学Goical Silverlight Application that uses the Prism Framework consists of Modules and a Shell project.Each module can have it\'s own App.xaml.My question is what is the best practice[详细]
2023-03-18 09:29 分类:问答.NET Prism4 WVVM + WPF Asynchronous Calls Best Practices
I am currently getting started with the .NET Prism framework to develop a WPF application. One thing that I\'m unable to determine is the best way to achieve asynchronous calls to a WCF service, or a[详细]
2023-03-17 15:19 分类:问答Autofac integration into Prism 4
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[详细]
2023-03-14 21:28 分类:问答Prism composite application - Blendability
We are using Prism and is an excellent framework for composition and modularity. However, I haven\'t seen a good story around Blendability with Prism composition. When you have a code that has Regions[详细]
2023-03-13 07:45 分类:问答Which is better to be used along with Prism4, Unity or MEF as a Dependency Injection Container?
I am working on a large billing application for one the Telecom companies using WPF4, the application contains more than 300 screen, and it will contain more than 17 modules, that is why I choose to f[详细]
2023-03-13 01:11 分类:问答How to get the list of Regions in the RegionManager in PRISM?
I\'v got the following code : public class MyModule: IModule { private IRegionManager mRegionManager { get; set; }[详细]
2023-03-12 15:26 分类:问答How to get an instance of the registered view in ContentRegistered?
I have the following code in one of my Modules : public class MyModule : IModule { private IRegionManager mRegionManager { get; set; }[详细]
2023-03-12 14:57 分类:问答Should I Call RaiseCanExecuteChanged in Prism' DelegateCommand?
I have written a CanExecute method for the DelegateCommand. CanExecute is not being re-evaluated as other commands which inherites from a CommandBase, that looks like this.[详细]
2023-03-11 23:45 分类:问答