Top "Prism-4" questions

Prism, formerly known as "Composite Application Guidance", provides guidance designed to help you more easily design and build rich, flexible, and easy-to-maintain Windows Presentation Foundation (WPF) desktop applications, Silverlight Rich Internet Applications (RIAs), and Windows Phone 7 applications.

How to set a relative path/Uri in ResourceDictionary's source

I am trying to refer to a MergedDictionaries.SharedStyles project which has all Styles that has to be used allover …

wpf xaml resourcedictionary prism-4
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
Prism v4: Unity or MEF?

I downloaded Prism v4 and ran the installer. I went into the directory and ran the two following batch files: …

wpf mvvm unity-container mef prism-4
Prism 4 ILoggerFacade for Log4Net?

I am converting from Prism 2.1 to Prism 4, and I need to write an ILoggerFacade class for Log4Net. My old …

log4net prism prism-4
PRISM + MEF + MVVM -- Not sure where to really start?

What I'm using: Visual Studio 2010 Microsoft .NET Framework 4 Prism v4 What I am trying to figure out is how to …

wpf mvvm module mef prism-4
DataTemplate to generate Menu with MVVM

I'm trying to use a DataTemplate to create a Menu from my ViewModels with respect to MVVM. Basically, I've created …

wpf wpf-controls prism-4
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 …

prism prism-4
WPF Prism - What is the point of using Prism Regions?

I'm just wondering what the point of regions are. I guess I don't understand the problem they solve. For example, …

wpf design-patterns prism prism-4
How to create a new view every time navigation occurs in PRISM?

I'm using WPF4 and PRISM4 for my new project. There is a single module with several views in it. The …

c# wpf prism-4