Ok,
I have decided to take a look at calibun micro as people are raving about it. Note that this question is in the context of Windows Phone 7.
I have downloaded the package from nuget, cleared out the app.cs and added the bootstrapper to app.xaml. I have also created 3 folders Model, View, ViewModel.
What I would like to do first is just create a simple window with 3 textblocks but can't seem to find out how. I have read the soup to nuts and I just can't get it. I also note that Caliburn.Micro is a vm first approach but in WP7 you have to navigate to a page first.
Could anyone explain how to set up my first View and ViewModel, I think once I have that I can start from there.
Thanks a mill!