I\'m experiencing some reliability issues with Prism/Silverlight. I got couple of modules one publishing events and other subscribing.
is it possible to develop with Prism under .NET 3.5 using EntLib 5? According to documentation, Prism 2.1 targets .NET 3.5, but it works with EntLib 4. And Prism 4 works with EntLib 5, but in requirem
I have a Shell class with one region. I created a module which shows,for example, a list of offices. When I choose one of offices I want to show another module where I want to transfer information abo
First of all I would like to remark I am new with the concept of prism, DI and containers. I am looking on one of the code samples provided with the Prism Library:
We are trying to pick a modular programming solution at my work.The choice right now is Prism or ASP.NET Web Parts.
I\'m using开发者_运维知识库 MVVM in my project and here is my question. I have a View and corresponding view-model with service reference. This view contains UserControl, which have another UserContro
We have an application generated using the Sculpture software package. That means the project is roughly equivalent to the code in a Prism application.
I am failing in achieving a very sim开发者_C百科ple functionality from a WPF ComboBox. My ComboBox needs to list a collection of values. This works fine. The value id is also saved succesfullyin the
I have a series of views that are to be displayed depending on the currently selected item in a tree within a parent view. These views are created and registered with the region during the initializat
I have a a WPF prism desktop app with a few modules. In the past I\'ve put all my localized resources in common resource files in the infrastructure assembly and referenced it in all modules.