I am building an application that requires theme support. So I want to supply views folder run time. public class AppBootstrapper : Bootstrapper<IShell>
I want to add error handling to my view-models so that when a command is executed and an exception thrown, the error is handled gracefully and a modal dialog displayed.
I have a chart that I\'m displaying to the user and I want to be able to export the chart as an image to disk so they can use it outside of the application (for a presentation or something).
With Caliburn.Micro I\'d like to know the pros and cons of exposing an EF4 Entity as a property of the ViewModel (a technique discussed here and here). This allows me to avoid writing getters and sett
I have a small issue I was hoping somebody could help me with. I have to call the NavigationService.RemoveBackEntry() on two of my views due to the way I have my first run wizard set up.
I have a Data Grid in Silverlight 4 with 3 columns along with a column which contains \"Edit/Apply\" button.
I use Caliburn micro, I have a problem where the framework will through an exception (Can not find view for System.String) if i clear the list that the combobox is databound to. Its not bound to a Str
I\'m trying to make a composition UI for a small website. My building tree looks like this: Shell (Conductor.Collection.AllActive)
I\'m binding 开发者_如何学运维ViewModels to ContentControls and letting Caliburn taking care of creating and binding the view. However, I would like to customize Caliburns ViewModel->View convention b
I\'ve been struggling since yesterday to build a (what I thought) simple Ribbon on WPF, using MVVM. I found quite a few links on the internet (and on Stack Overflow), but none could really solve my pr