Finally I decided to jump on the WPF bandwagon and decided to follow the MVVM Pattern to create my applications. I am also using Caliburn.Micro.
I\'m beginning with Caliburn.micro and I\'m a bit confused. Say I have a U开发者_JAVA技巧I with 2 panes, e.g. (this is a fake sample) CustomersView and CustomerView, and 2 corresponding VM\'s, Custome
I have a scenario with a WPF application hosting some views (user controls) with their viewmodels, found as MEF exported parts in its plugin folder. The application loads its data together with a conf
I\'d like to use x:Name binding to resolve property bindings in nested, satellite user controls via Caliburn.Micro\'s conventions.
I\'m completely new to CM and also to learn it I\'m migrating an application from MVVM light to Caliburn Micro. In my original cod开发者_如何学Pythone, I had a VM which responds to some UI actions (vi
Just started looking at the amazing framework Caliburn.Micro and was wondering if in a silverlight applicati开发者_StackOverflow中文版on the user attempted to close the browser whilst having partially
So, I am fairly new to Silverlight development and I am trying to figure out and use the Caliburn.Micro framework.I understand that CM is using convention to match properties in the view model with el
I\'ve composed the UI of my Caliburn.Micro application such that toolbar buttons have their own View and ViewMo开发者_JAVA技巧del.
I\'m using Caliburn Micro to develop a simple MVVM WPF application. My ShellView has a single ContentControl and three buttons each which bind to a public method in my ShellViewModel, lets say Activa
I\'m new to Caliburn Micro and I\'m experimenting with its WP7 implementation. I\'d like to pass the value of an enum from one VM to another but I must be missing something obvious: I tried to pass it