Background: I\'m using MEF to help compose an Excel 2007 Add-In (VSTO) that can create an entity from spreadsheet data and a creep requirement exposed a shortcoming in my architecture that I\'m tryi
I am trying to design a service layer abstraction with Rx. I have wrapped up all webservice calls using FromAsyncPattern. I will have multiple ViewModels subscribing to these observables, some can hav
I am writing a custom control in WPF, and i have a couple of methods in the control that the u开发者_如何学Pythonser of my control can invoke.
By \"screen activation\" I mean a concept from Caliburn Micro, when you want either display something in the region that was not occupied or switch one view with another. In Caliburn Micro, all this i
It is MVVM project. I have a ListBox with TabControls inside of it\'s items. TabItems are different for each TabControl and are binded from ViewModel:
I have a senario here... (Extremely sorry writing such a long post) I have are TreeView(Bound to the observable collection of Phones(Different types)) i have a contentCOntrol whose COntent Binding is
I have an observableCollection of \"RibbonGroupViewModel\". The view of each viewModel is defined like that :
Is it ok to use a class like this (design / guideline specific)? I\'m using MVVM Pattern. public static class Pages
In my Silverlight app I have a view containing a tab control and a view model of this view. When the selected tab is changed, I need to refresh its data. In order to do that in the view model I\'m usi
I want this Ellipse to get its coordinates from its corresponding BallViewModel, and to use them to determine its location inside a canvas.