Top "Prism" questions

Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Windows 10 UWP, and Xamarin Forms.

What is Prism for WPF?

I've come across something called Prism a lot recently. Microsoft, who run the project, describe it as Guidelines for composite …

wpf mvvm prism
WPF tab control and MVVM selection

I have a TabControl in an MVVM WPF application. It is defined as follows. <TabControl Style="{StaticResource PortfolioSelectionTabControl}" SelectedItem="{…

wpf mvvm prism tabcontrol
WPF MVVM dialog example

Does anyone have any examples of showing a window dialog using MVVM (Prism)? - for example a configuration settings window …

wpf mvvm prism prism-2 mediator
WPF unity Activation error occured while trying to get instance of type

I am getting the following error when trying to Initialise the Module using Unity and Prism. The DLL is found …

wpf unity-container prism modularity
MVVM: Modified model, how to correctly update ViewModel and View?

Case Say I have a Person class, a PersonViewModel and a PersonView. Updating properties from PersonView to the Person model …

c# silverlight mvvm domain-driven-design prism
MVVM, Unity, Prism, MEF, Caliburn - What should I use?

Please help - I'm getting lost! I'm writing a small desktop application which has some controls and some screen. This …

prism unity-container mef mvvm-light caliburn.micro
WPF Application fails on startup with TypeInitializationException

I have a simple WPF application which I am trying to start. I am following the Microsoft Patterns and Practices "…

.net wpf prism
CanExecute Logic for DelegateCommand

Update: The focus became MVVM instead of the actual question so I'm updating it. I'm having a problem with CanExecute …

c# wpf entity-framework command prism
WPF-Prism CanExecute method not being called

I am coding a simple login UserControl with two TextBoxes (Username and Password) and a Login button. I want the …

wpf prism command
How to change a WPF control's visibility from ViewModel

I've an WPF application where tried to implement MVVM pattern and Prism 2. I have a Usercontrol which has subscribed to …

wpf mvvm prism