I\'m working on PRISM application with modules, MVVM and so on. I understand PRISM pretty good now and I understand value of MVVM. All those things good to deliver business value which comes from test
I have a hierarchy of data that looks like this: Policy Check Action Action Action Check Action Check For each Policy/Check/Action, I have a custom control built in WPF.I have been programma
I\'m working with existing code in a project which has rich models all over the place (instead of POCOs). Basically, is there any good way to mix rich models and ViewModels without repeating code?
As title says: there is an Arg_TargetInvocationException that throws exception from time to time when user navigates to Page. Difficulty is that error is unstable and appears randomly.
I realised that when using an InvokeCommandAcction associated to an EventTrigger, the original event was still routing up to the parent elements until it is handled. Well, I guess it is an expected be
this is my first question posted here... I have an user interface that contains a ListBox with pre loaded items and the GUI allows the user to add or remove items to that listbox. Very Simple.
I want to build a wpf app (with mvvm dp) and I need to manage a list of customers (200 customers maximum)
I am developing an application w开发者_开发技巧hich has 2 Modes ConfigurationMode Execution Mode
I\'m developing complex data entry forms with various pop-up lookups, etc. Because of different things - focus of certain controls get lost and I need some way to set focus in MVVM. So far I came up w
I wish to focus a specific Textbox and accept the key press only when the user presses a number key (1,2,3 etc.) otherwise I don\'t want to focus that Textbox...