Ok, this is going to seem really stupid, cause it was, but I thought I would share my pain incase someone has the same issue. A while back I blogged about how to create a Convention Based View Model Location using Ninject in a MVVM/Silverlight Application in this post I talk about how to create a VMLocator...
Today, I’m pleased to announce the RTW of Caliburn.Micro v1.2 . In this release we’ve had a number of bug fixes as well as a few incremental feature additions and refactorings. You can read the list of changes on the project site or get it as part of the download. Of course, v1.2 is now available...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on 07-30-2011
Filed under: WPF, Xaml, WPF/e, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7, NuGet
***** UPDATE ***** If you would like to see a video on this topic check out Episode 195 @ Dimecasts.Net ******************* When Windows Phone 7 was first announced one of its distinguishing features of the OS compared to the iPhone or the Android was its Live Tile concept. These live tiles allowed...
As I am in the process of rebuilding my Dimecasts.net WP7 application from the ground up to work with WP7 Mango one of the things I wanted to do was fully use the Caliburn.Micro framework. Caliburn.Micro has its own built in IoC container called the PhoneContainer which provides basic Dependency Injection...
*** UPDATE: Turns out the is expected as Caliburn will create its own instance of the PhoneApplicationService for you. Also when using Caliburn.Micro make sure that your App.xaml.cs is empty as Caliburn.Micro has better facilities for handling all these actions. *** Today when I was kicking off...