DotNetShoutout - Stories tagged with MVVM Light Toolkit
6
Shouts

Windows Phone 7 MVVM #4 - RadPhoneApplicationFrame and StateManager

published 752 days, 7 hours, 30 minutes ago posted by KodefuGuruKodefuGuru 755 days, 12 hours, 9 minutes ago
Saturday, May 28, 2011 9:16:40 AM GMT Wednesday, May 25, 2011 4:37:12 AM GMT
In our previous post we were able to utilize event triggers from System.Windows.Interactivity along with EventToCommand from MVVM Light to enable users to tap an item in our RadJumpList and then send a message out to perform some functionality – in our case, navigating to the page in question.  But where does this message go and how is it received? ... (more)
category: Metro | clicked: 9 | comment | | source: blogs.telerik.com
tags: Windows Phone 7, Telerik, RadControls, RadJumpList, MVVM Light Toolkit
5
Shouts

Observing ObservableObject

published 789 days, 15 hours, 39 minutes ago posted by KodefuGuruKodefuGuru 791 days, 17 hours, 7 minutes ago
Thursday, April 21, 2011 1:07:06 AM GMT Monday, April 18, 2011 11:39:10 PM GMT
When creating any component that must be bound, it is essential to implement the INotifyPropertyChanged interface. Repeating yourself is a bad thing, and although you can’t get around it in all situations, sometimes it’s preferable to merely inherit from a class that implements this interface for you. In a preview for the upcoming release of MVVM Light, Laurent Bugnion introduced a class call NotifyPropertyChanged. It does follow to name the class this, as it is just a concrete implementation of the INo... (more)
category: Metro | clicked: 5 | comment | | source: www.kodefuguru.com
tags: IObservable, Observer Pattern, MVVM Light Toolkit, MVVM
4
Shouts

MIX 2011: Deep Dive MVVM - Arik Poznanski's Blog

published 796 days, 18 hours, 10 minutes ago posted by arikarik 797 days, 7 hours, 18 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Wednesday, April 13, 2011 9:28:19 AM GMT
MIX 2011: Deep Dive MVVM This session was delivered by Laurent Bugnion, the creator of MVVM Light. In this session Laurent talked about advanced MVVM topics that every WPF/SL developer face sooner or later. Laurent used a demo application an showed how to solve some common issues. For example, how can one share view-models between several different platforms (Silverlight / WP7), short answer: add shared files as links. Also discussed: what strategy should be used to create view-models and exposes ... (more)
category: Metro | clicked: 7 | comment | | source: blogs.microsoft.co.il
tags: Silverlight, WPF, MIX 2011, MVVM Light Toolkit, MVVM
7
Shouts

MVVM Light V4 preview 2 (BL0015) #mvvmlight - Laurent Bugnion

published 816 days, 9 hours, 26 minutes ago posted by iftekharahmedamitiftekharahmedamit 819 days, 14 hours, 43 minutes ago
Friday, March 25, 2011 7:20:06 AM GMT Tuesday, March 22, 2011 2:03:30 AM GMT
Over the past few weeks, I have worked hard on a few new features for MVVM Light V4. Here is a second early preview (consider this pre-alpha if you wish). The features are unit-tested, but I am now looking for feedback and there might be bugs! Bug correction: Messenger.CleanupList is now thread safe This was an annoying bug that is now corrected: In some circumstances, an exception could be thrown when the Messenger’s recipients list was cleaned up (i.e. the “dead” instances were removed). The method is... (more)
category: UX | clicked: 3 | comment | | source: blog.galasoft.ch
tags: MVVM Light Toolkit, MVVM Light V4
10
Shouts

MVVM (Model-View-ViewModel) design pattern

published 999 days, 21 hours, 56 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 1002 days, 6 hours, 42 minutes ago
Wednesday, September 22, 2010 6:49:45 PM GMT Monday, September 20, 2010 10:04:31 AM GMT
Model-View-ViewModel  is a way of creating client applications that leverages core features of the WPF platform, allows for simple unit testing of application functionality, and helps developers and designers work together with less technical difficulties. The classes in the MVVM Foundation are time-tested tools in the toolbox of many WPF developers around the world. Now they all live in one convenient project. MvvmFoundation.Wpf. (more)
category: Metro | clicked: 7 | comment | | source: blog.agafonov.net.ua
tags: mvvm silverlight, MVVM Light Toolkit Messenger V2, MVVM Light Toolkit, Model View View Model, MVVM