prism-4
Silverlight 4 + Prism add dynamic string to a header bar in the shell
I have built a Silverlight 4 application with Prism4. I created several content regions in the shell.xaml and everything is working just fine. Now I want to do the following:[详细]
2023-02-16 12:12 分类:问答Prism 4: How to hide items in an ItemsControl?
I am creating a Prism 4 demo app to learn the new framework, focusing on view-switchin开发者_开发百科g. The app has several regions, one of which is an ItemsControl that holds one or more buttons from[详细]
2023-02-14 12:56 分类:问答How do I create instances of my classes in Prism4 MEF?
I have configured container: public class MyBootstrapper : MefBootstrapper { protected override void ConfigureAggregateCatalog()[详细]
2023-02-14 06:25 分类:问答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 three Views:[详细]
2023-02-13 09:58 分类:问答Upgrade CAB and Prism 2 to Prism 4
We have several CAB and prism 2 applications which we plan to migrate to Prism 4. Has anyone any experiance with migration of CAB and/or Prism 2 applications to Prism 4?[详细]
2023-02-11 16:54 分类:问答Loading RIA services at runtime using PRISM in Silverlight 4.0
I am trying to开发者_如何学JAVA create a modular Silverlight 4.0 application, where the modules are configured using the XAML module catalog.[详细]
2023-02-11 01:33 分类:问答Prism v4 for windows phone 7
Dear all. I am a newbie in开发者_开发技巧 Prism. I found the Hands On Lab which tells me the steps to create a Prism application on windows, which is good.[详细]
2023-02-10 22:55 分类:问答Prism v4 Difference between WPF and Silverlight
We are designing a Line of Business application which will use Prism. The application will use web services and all the business logic will be encapsulated behind the web services.[详细]
2023-02-07 11:07 分类:问答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 code from Prism 2.1 no longer works. Does anyone have sample code for an ILoggerFacade class t[详细]
2023-02-07 00:13 分类:问答Prism v4: Does it already include a way to handle value converters (as singletons)?
I found this little snippet of code on the web: public abstract class ConverterExtension<T>: MarkupExtension, IValueConverter[详细]
2023-02-05 20:59 分类:问答