caliburn
Why caliburn is not so common like prism? why there are only few who use caliburn? [closed]
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[详细]
2023-01-25 22:50 分类:问答How to bind silverlight datagrid combo box itemSource to viewModel
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[详细]
2023-01-22 11:02 分类:问答Binding SelectionChanged to ViewModel using Caliburn.Micro
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[详细]
2023-01-22 04:11 分类:问答Silverlight, Caliburn, Actions and DataGrids
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[详细]
2023-01-20 04:50 分类:问答Need comparison of MVVM / WPF / Silverlight Toolkits
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[详细]
2023-01-17 07:22 分类:问答Caliburn re-run filter
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[详细]
2023-01-14 19:42 分类:问答Problem starting with Caliburn Micro
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[详细]
2023-01-14 18:22 分类:问答binding to my current presenter in caliburn without binding convention
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.[详细]
2023-01-14 02:35 分类:问答Can't find System.ComponentModel.Composition with .NET Framework 4 installed
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[详细]
2023-01-14 01:49 分类:问答Caliburn - Exception handling and Rescue
开发者_如何学编程I\'m using C# and Caliburn. Is there a global way to catch all exceptions in all view models?[详细]
2023-01-09 23:57 分类:问答