Top "Prism" questions

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

The "pretty" way to make a modal dialog in WPF with Prism and MVVM Pattern

yesterday i used google to find a few ways to make an awesome reusable modal dialog in WPF with PRISM 4.1 …

c# wpf xaml mvvm prism
Wpf Observable collection and DataGrid not updating changes

I have an observable collection in the view model that implements Bindable Base as follows Please have a look at …

c# wpf mvvm prism
BindableBase vs INotifyChanged

Does anyone know if BindableBase is still a viable or should we stick with INotifyChanged events? It seems like BindableBase …

c# wpf prism inotifypropertychanged
WPF/Prism: What is a UNITY Container?

Can someone please explain to me the notion of a Unity Container like I'm a 6 year old kid? How does …

c# wpf prism
prism vs mvvm light for wpf

We are starting a WPF with MVVM project and have to decide on PRISM or MVVM Light (I am new …

wpf mvvm prism mvvm-light
Sync SelectedItems in a muliselect listbox with a collection in ViewModel

I have a multi-select listbox in a SL3 app using prism and I need a collection in my viewmodel that …

silverlight-3.0 mvvm prism
Referencing the correct System.Windows.Interactivity dll from Prism application

I have a WPF Prism application that I'm building. The application is to the point where I want to be …

wpf prism expression-blend
Prism assembly reference failure: System.Windows.Interactivity

I have C#/WPF Prism (v4.0) app that has a persistent problem loading/resolving the System.Windows.Interactivity dll that …

c# .net wpf visual-studio prism
Efficient communication between two .Net applications

I am currently writing a .Net application in c#, which has two main components: DataGenerator -a component generating a lot …

c# .net wcf prism
MEF vs. PRISM. What is the difference? What will be supported in the future?

What I want to create is a Silverlight app with a few tabs/modules that will all be separate DLLs. …

prism mef