[Edit #3] - to anyone reading this question: do not under any circumstance use the approach outlined in this question.It is a Coding Horror.I freely admit this, knowing that all programmers have worke
Wondering if its possible to Moq the Prism EventAggregator Let\'s take the EventAggregator Quickstart they have
I have an app based on Prism (v4 ctp) and MEF. The app has a service IService1. I want this service implementation was exported by some module (not just discovered by MEF)
Is there an easy way to dynamically discover all the XAMLs files within all the currently loaded modules (specifically of a Silverlight Prism application)? I am sure this is possible, but not sure whe
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have a Silverlight 4 app using Prism 2.2 and I have a few modules that I am loading on demand by defining them as ondemand in the module catalog (via a xaml file) and then using the ModuleManager to
public class RichTextBoxExtended : RichTextBox { static RichTextBoxExtended() { //DefaultStyleKeyProperty.OverrideMetadata(typeof(RichTextBoxExtended), new FrameworkPropertyMetadata(typeof(RichTextBox
I\'m using the MVVM pattern with Prism 2.0 framework and WPF. I\'ve run into a problem with a modal Window and initializing a ViewModel using Events. In my module I have some code that creates an obje
Does anyone know of good tutorial how to switch what module is viewed in main region if i would have a win client that consist of 5 regions, Toolbar, Sidebar (with menu), footer and main regions.
in my test application, the ModuleCatalog is populated from the specified directory with all my modules in it. What I\'d like to do is to add the name of all these moudles to a Menu as menuitems, e.g.