Top "Prism" questions

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

Prism, connecting Views and ViewModels with Unity, trying to understand it

Creating the View and View Model Using Unity Using Unity as your dependency injection container is similar to using MEF, …

c# wpf mvvm prism unity-container
WPF DataGrid not showing scrollbars and running out of visible area

Like others I have a DataGrid that is not showing scrollbars. What I think is unique to my situation is …

wpf datagrid scroll prism region
How to implement the new PrismApplication to replace the Bootstrapper class

Since the Bootstrapper Class is obsolete with Prism 7 I would like to change my C# WPF App using the PrismApplication …

prism
Passing state of WPF ValidationRule to View Model in MVVM

I am stuck in a seemingly common requirement. I have a WPF Prism (for MVVM) application. My model implements the …

wpf mvvm prism
Porting a Prism-based WPF application to .NET Core

We have a Prism-based WPF application with over 10 man years of development invested in it. We are moving big chunks …

c# wpf .net-core .net-4.0 prism
How to Mock ILogger / ILoggerService using Moq

I'm writing some unit tests for my View Model class. The constructor of this class is injected with an ILoggerService. …

c# unit-testing prism moq moq-3
Best logging approach for composite app?

I am creating a Composite WPF (Prism) app with several different projects (Shell, modules, and so on). I am getting …

c# logging log4net prism
How to control the order of module initialization in Prism

I'm using Prism V2 with a DirectoryModuleCatalog and I need the modules to be initialized in a certain order. The …

.net wpf prism
How to dynamically add MenuItems (with a header) to a WPF menu

[Edit #3] - to anyone reading this question: do not under any circumstance use the approach outlined in this question. It …

wpf prism
Prism 4: RequestNavigate() not working

I am building a demo app to learn the navigation features of Prism 4. The app has two modules--each one has …

c# prism prism-4