6
Shouts

Adventures in MVVM -- Bootstrapping Ruby

published 686 days, 3 hours, 38 minutes ago posted by BrianGenisioBrianGenisio 687 days, 16 hours, 5 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Thursday, July 08, 2010 1:17:23 AM GMT

In this post, I want to discuss how I am loading the Ruby ViewModels into the View.  When I write my Views, I like to use the tools I have available to me; Visual Studio and/or Expression Blend.  This means that I want a Visual Studio project and I want to be able to use these tools to create new views quickly.  The XAML files that define my views will still be backed by the obligatory auto-generated C# code, but this is where I want my C# code to end (for these experiments)...

category: Agile | clicked: 0 | | source: www.houseofbilz.net | show counter code
tags: Silverlight, IronRuby, WPF, MVVM