BESUG, Silverlight, WCF RIA Services, MVVM, Presentations and sessions »

[4 May 2010 | 0 Comments]

As mentioned in my previous post, my BESUG session on Model-View-ViewModel in Silverlight was recorded.  Well, today, it was posted at Channel 9!   For those of you who want to listen to my session, these are the links (att: in Dutch):   http://channel9.msdn.com/posts/adebruyn/Dem... [More]

General, MVVM, Silverlight, WCF RIA Services »

[30 Apr 2010 | 0 Comments]

Thanks to everyone who attended my session on MVVM at BESUG yesterday (and thanks for the nice comments ;-))!  As promised, you can find the slidedeck and code here.   Included: Powerpoint slides, completed solution and DB Backup.    What you need to run this: Visual Studio ... [More]

Silverlight, WCF RIA Services, MVVM »

[22 Apr 2010 | 5 Comments]

As promised, here is the content from my Demystifying MVVM session @ Techdays Portugal.  For those who weren’t there, there’s a lot of stuff in this demo code:   MVVM base classes, Connecting VM’s to V, using the Locator pattern Connecting them using MEF Unit Testing ... [More]

Featured, MVVM, Silverlight »

[26 Feb 2010 | 1 Comments]

One of the more common problems (or rather: challenges :)) you’ll run in to when working with the MVVM design pattern is binding from a DataTemplate of an ItemsControl to a command defined on your ViewModel.  For example: you might have a ListBox filled with items, and you want a button i... [More]

Silverlight, .NET, MVVM »

[6 Oct 2009 | 0 Comments]

When you’re working with the Model-View-ViewModel pattern in Silverlight, sooner or later you’ll run into the same problem most of us run into: what about animations?  Theoretically, if you want to follow the MVVM design pattern you’re using, your animation should be initiated... [More]