Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
We\'re using Caliburn.Micro/Silverlight 4 and life is good. I\'m trying to bind a combobox\'s itemsSource to a viewModel, but this doesn\'t seem possible since the combobox is already bound to its o
We\'ve using Caliburn.Micro on a new Silverlight project and everythings working great. The inbuilt conventions bind buttons click events to the viewModel, but I\'m not sure what the best way to handl
Anyone know of good code examples of the Caliburn or Caliburn Micro framework exampl开发者_C百科e that illustrate routing Actions with DataGrid items?This example attaches an action to each row in the
I\'m looking for a good article that compares MVVM Light, Caliburn Micro, Prism, and any other Silverlight / WPF / WP7 frameworks out there. I\'ve seen some good articles on them individually, but not
In caliburn, i have view with button. Button 开发者_StackOverflow社区action is filtered by action filter. On view is textbox. When i change textbox content, i want to rerun action filter, how to perfo
i am starting to learn MVVM, and i decided to choose Caliburn Micro to try it out. i am just at the building part (or before that even). i am opening the project. 1st i got an error saying i need to i
in caliburn when i work with binding convention, and name a content control \"CurrentPresenter\" the framework automagically bind to the vm and locate the relevant view.
i think this sounds like a stupid quest开发者_如何学运维ion. i am starting with caliburn micro: customizing the bootstraper. i have .NET Framework 4 installed, VS2010. but when i try to add a using, t
开发者_如何学编程I\'m using C# and Caliburn. Is there a global way to catch all exceptions in all view models?