Pattern of pub-sub events is that the publisher should not know or care if there are any subscribers out there,
I am creating a Composite WPF (Prism) app with several different projects (Shell, modules, and so on). I am getting ready to implement logging, using Log4Net. It seems there are two ways to set up the
I am writing an app using the MVVM (Model-View-ViewModel) pattern and am leveraging the Prism and Unity bits from the Microsoft P&P team.
I am at a loss as to why my She开发者_运维技巧ll.xaml\'s ItemsControl is causing a parse error. I know the syntax is correct because I copied the Silvelright project files from a working project.
I\'ve been trying to create a basic behavior in my PRISM based silverlight project. Something like http://csharperimage.jeremylikness.com/2009/10/silverlight-behaviors-and-triggers_09.html
I am trying to make the vertical stretch to work as expected i WPF,but for some reason it only takes the space it needs, and not the space available.
From MSDN: It is likely that most of the views in your modules will not have to be displayed directly, but only after some action by the user. Depending on the style of application, you may want to
I am trying to make Shell as UserControl in WPF Composite applic开发者_运维百科ation. I Started by modifying the Quickstart app: \"Quickstarts\\UI Composition\\ViewDiscovery\". I made \"UIComposition.
I am trying to get the render size of a region via the region manager. The reason for this is each time I add a view to the region I want to make sure it will visually fit, I can get the dimensions of
Does anyone have any examples of showing a window dialog using MVVM (Prism)? - for example a configuration settings window when a command is executed.