prism-4
Example of using Prism 4 for Windows Phone 7
Is there a simple example of using the Prism 4 MVVM framework for Windows Phone 7? And the tests have written, and documentation -- but most important - 开发者_如何学GoEXAMPLES are absent.[详细]
2023-04-12 00:54 分类:问答Could not load file or assembly 'System.Windows.Controls' in silverlight 5 using prism4
I\'m creating an application silverlight 5 using prism 4 and when I\'m running the bootstrapper using UnityBootstrapper then I have the next error:[详细]
2023-04-09 00:11 分类:问答Can I implement my own view resolution service and have RequestNavigate use it?
I \'m fairly new to Prism and I \'m currently re-writing one of our existing applications using Prism as a proof of concept project.[详细]
2023-04-06 00:53 分类:问答Prism / MEF: How to RegisterViewWithRegion Without Hard-Coding the Region Name
We are building a WPF Prism application. We have different developers working on different module projects, and multiple modules are injected into the main Application Shell. The main application is a[详细]
2023-04-04 20:41 分类:问答Dealing with data for a modular application
I created a modular application where each module only communicates through the other one with strong interfaces.Recently I found that we failed to separate the modules completely because there is a s[详细]
2023-04-04 02:14 分类:问答Sharing styles between modules in Silverlight applications based on Prism 4
I need to开发者_开发技巧 use the styles in several modules in Silverlight application based on Prism 4.[详细]
2023-04-03 23:07 分类:问答Silverlight 4 + WCF RIA Services + Prism v4 why do I need a module dependency on my shell?
I am trying to create a WCF RIA Services + Prism v4 application in which the projects are laid out like so:[详细]
2023-04-03 17:00 分类:问答Different control based on registered views for this region
I\'m building a composite application that, among other things, offers a region for plugins (unity based) to register views for.[详细]
2023-04-03 00:35 分类:问答Prism: Share ViewModel's property in parent ViewModel
I\'m developing WPF Prism application using Unity container. The issue is: I have a ListBox, each element has开发者_JAVA技巧 it\'s own ViewModel. In that element I need to select a location from a lis[详细]
2023-04-02 08:34 分类:问答Breaking the .NET MEF import chain
For this example you can assume toplevel is importing ClassA.MEF seems to work great as long as you import everything (ie ClassX).Often you don\'t need to import because classB is in same namespace/fi[详细]
2023-04-01 17:45 分类:问答