Best Practices Development for Silverlight - MVVM

Posted on: Wed Jun 09 15:06:32 -0700 2010. Updated on: Thu Jun 10 16:51:14 -0700 2010.
Category: Silverlight

If you're using silverlight to develop apps, you "should" follow the MVVM pattern, ie Model-View ViewModel. It is basically the pattern for databinding between your data Model and the View. Remember, it is just a recommended pattern, and everything else are helpers. It is OK to have code in your code-behind, but this should be kept to a minimal, and ideally most stuff of your business logic is abstracted out to the model.

Here is a great link to get started and learn more: MVVM Light Toolkit
I very much recommend watching his video from MIX 2010.

Comments:

Add a Comment:

simple_captcha.jpg
(human authentication)


Ads

Categories

About

Random foliage

This website is meant to be a reference for ASP Dot Net developers. The entries are a compilation of things I've figured out how to do and that I deem useful to keep of track for future reference. Assumptions: web development with: C Sharp (vb sucks), visual studio 05/08, .net 3.5, meant for programmers. Written by: James Reategui.