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:
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
I have configured container: public class MyBootstrapper : MefBootstrapper { protected override void ConfigureAggregateCatalog()
I am building a demo app to learn the navigation features of Prism 4. The app has two modules--each one has three Views:
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?
I am trying to开发者_如何学JAVA create a modular Silverlight 4.0 application, where the modules are configured using the XAML module catalog.
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.
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.
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
I found this little snippet of code on the web: public abstract class ConverterExtension<T>: MarkupExtension, IValueConverter