c# Programming Glossary: caliburn
Pimp my LINQ: a learning exercise based upon another post http://stackoverflow.com/questions/3448269/pimp-my-linq-a-learning-exercise-based-upon-another-post
Bind a Command to a Button inside a ListView with Caliburn.Micro http://stackoverflow.com/questions/3650800/bind-a-command-to-a-button-inside-a-listview-with-caliburn-micro a Command to a Button inside a ListView with Caliburn.Micro I'm trying to create something like a MDI tabbed Interface.. true public void DisplayView MessageBox.Show Hello All the Caliburn.Micro samples work with binding through conventions to the x.. CurrentActiveScreen Any Idea how I'd do this with Caliburn.Micro Rob Eisenberg suggested to me on Twitter I might want..
MVVM Light + Unity or Prism? http://stackoverflow.com/questions/4750255/mvvm-light-unity-or-prism Foundation very lightweight... good for small projects Caliburn very robust framework Caliburn Micro shares a name and an author.. good for small projects Caliburn very robust framework Caliburn Micro shares a name and an author from Caliburn but it's akin.. framework Caliburn Micro shares a name and an author from Caliburn but it's akin to MVVM Light with some nice conventions ReactiveUI..
using attached events with caliburn micro Message.Attach http://stackoverflow.com/questions/8402339/using-attached-events-with-caliburn-micro-message-attach doesn't support attached events. Caliburn micro uses it for actions thus my attached event didn't work...
|