What\'s the best way to use WPF\'s built-in RoutedCommands with Caliburn? For example, in my shell I have an Edit menu with a Copy item in it attached to the standard command found in ApplicationComm
I\'m using Caliburn and C#, but I feel like this is a generic MVVM/DI question. Let\'s say I have a view model, NoteViewModel, that is passed a model object called Note.
I\'m using Caliburn and the MVVM pattern in a WPF application, and am trying to use as many conventions as possible.One issue I\'m running into is when开发者_如何学Python I have to wire-up some proper
I am just starting in the SL world and am trying to use the Caliburn NavigationShell as my starting point. I converted the solution to SL4 and use Caliburn from the trunk .
I have a WPF user control which needs to validate some fields.It is bound to a class implementing IDataErrorInfo.
Note that I\'m aware of other yield in vb.net questions here on SO. I\'m playing around with Caliburn lately. Bunch of great stuff there, including co-routines implementation.
Are there any sample applications avaliable that make use of both caliburn and prism? I know there are blogs that talk about it but I would like to wade into some code and see how it all fits togethe
Using Caliburn and Silverlight, I found that if I do: <Button PresentationFramework:Message.Attach=\"ContainerCommand InstructorProfileCommand()\"
I can\'t make nant do a release build of Caliburn using their build.cmd. Can anyone tell me how to? 开发者_如何学运维What command line parameters should I use?You need to edit Caliburn.build - from t
Does anyone know if the same functionality for displaying views depending on object/viewmodel is applicable to Silverlight 3?