I have to create now a multi-screen Silverlight 4 RIA application with MVVM. Each of these sc开发者_Python百科reens has to be devided in multiple regions (for example master-detail scenario whereas e
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:
I need to do something that seems quite simple, but I cant seem to achieve it. I need to be able to write a unit test that calls the action and filter delegates of any subscription to an eventaggrega
recently I started working with PRISM in Silverlight. Let say I have a View that contains a special Map control that has methods that I currently use in my code behind, which I would like to move to t
I have an 2 regions in my silverlight application leveraging prism 4 and unity main shell view, the Authenticated region and Non-authenticated region, and a menu item.
My goal is to create a loginscreen for my users to log in to before entering the application. I started using PRISM to control my modules, view, viewmodels, etc...
recently I started working with Prism in Silverlight. I want to use the EventAggregator to Subscribe and Publish events between two ViewModels. As I saw on some guides, the ViewModel\'s ctor should ac
开发者_C百科I am taking a look at how to build modular, plugins-based applications in C#. I am reading about Prism and MEF (that I\'ve already used in some projects of mine).
I\'m creating a Silverlight 4 application to manage active directory objects (CRUD Users, groups etc). Now we all know that active directory objects have lots of properties.