Sunday, August 08, 2010

Silverlight MVVM

MVVM Frameworks

Laurent Bugnion’s Light MVVM
http://www.galasoft.ch/mvvm/getstarted/

Nikhilk Kothari’s FX Framework
http://projects.nikhilk.net/SilverlightFX

Michael Sync’s Silverlight MVVM Toolkit
http://silverlightmvvm.codeplex.com/

Microsoft’s Prism and MEF
http://compositewpf.codeplex.com/
http://mef.codeplex.com/

Caliburn and Caliburn Micro
http://caliburn.codeplex.com/

source: http://wildermuth.com/2010/08/08/DevLink_Talks_-_Slides_and_Code
MVVM Resources

Laurent Bugnion’s:: Understanding the Model-View-ViewModel Pattern (MIX10) ***
http://live.visitmix.com/MIX10/Sessions/EX14

http://blog.galasoft.ch/archive/2010/03/16/sample-code-for-my-mix10-talk-online.aspx

Shawn Wildermuth:: Silverlight Patterns: Model-View-ViewModel In Silverlight 2 ***
http://msdn.microsoft.com/en-us/magazine/dd458800.aspx
Shawn Wildermuth - Architecting Silverlight 4 with RIA Services, MEF and MVVM - Part 1 **
http://wildermuth.com/2009/12/15/Architecting_Silverlight_4_with_RIA_Services_MEF_and_MVVM_-_Part_1
Jason Dolinger:: Model-View-ViewModel **
http://blog.lab49.com/archives/2650
Stack Overflow:: Good Silverlight-MVVM Practice Example
http://stackoverflow.com/questions/413451/good-silverlight-mvvm-practice-example
Craig Shoemaker:: Hands-On Model-View-ViewModel (MVVM)
http://weblogs.asp.net/craigshoemaker/archive/2009/02/26/hands-on-model-view-viewmodel-mvvm-for-silverlight-and-wpf.aspx
Dan Wahlin:: Getting Started with the MVVM ***
http://weblogs.asp.net/dwahlin/archive/2009/12/08/getting-started-with-the-mvvm-pattern-in-silverlight-applications.aspx
THE MODEL-VIEW-VIEWMODEL (MVVM) DESIGN PATTERN FOR WPF **
http://msdn.microsoft.com/en-us/magazine/dd419663.aspx
Advanced MVVM
http://bubbleburst.codeplex.com/
http://www.identitymine.com/forward/?p=750
http://joshsmithonwpf.wordpress.com/advanced-mvvm/
MVVM in DataGrid
Handling DataGrid.SelectedItems in an MVVM-friendly manner
http://geekswithblogs.net/lbugnion/archive/2010/05/19/handling-datagrid.selecteditems-in-an-mvvm-friendly-manner.aspx
Silverlight Tips & Tricks: Make Silverlight DataGrid be more MVVM friendly =) - Alexey Zakharov's Blog
http://weblogs.asp.net/alexeyzakharov/archive/2009/06/06/silverlight-tips-amp-tricks-make-silverlight-datagrid-be-more-mvvm-friendly.aspx
Misc
A vent about MVVM Development
iPhone Sudoku in Silverlight using MVVM

Validation

No comments: