(X) Hide this Upcoming webinar on Feb 23rd, 10 am PST (see your local time): Building Line-of-business Applications with Silverlight & WCF Data Services
More webinar info | Register | Other webinars
Tweet @silverlightshow and win a SilverlightShow Tweet-shirt. Learn how >>
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 5 results for MVVM Light.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Feb 11, 2011 (2 weeks ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter In this post, Joost van Schaik talks about a bindable Application Bar for your WP7 application.

    Source: .NET by Example

    I’ve said it once and I’ll say it again:

    ”Thou shalt not make unto thee any Windows Phone 7 application without MVVMLight”

    Even when using Application Bar. I strikes me as very odd that people still use that thing for an excuse to bypass the model or even forego MVVM.


  • 0 comments  /  posted by  Levente Mihály  on  Jan 21, 2011 (1 month ago)

    This article is compatible with the latest version of Silverlight.

    Don't miss...

            

                 Show more books

    This article is Part 2 of “A classic memory game”:

     

    The series is about building the following classic memory game in Silverlight, and porting it to Windows Phone 7. In the first article we started a new MVVM Light project, created the controls and designed the game-states.

  • 2 comments  /  posted by  Levente Mihály  on  Jan 20, 2011 (1 month ago)

    This article is compatible with the latest version of Silverlight.

    Don't miss...

            

                 Show more books

    This article is Part 1 of “A classic memory game”:

     

    Introduction

    My wife has started learning Silverlight and because of my Expression Blend skills are still lacking, we have decided to build the following classic memory game so both of us can learn something new. We kept things simple but we respected basic Silverlight principles.

  • 3 comments  /  posted by  John McFetridge  on  Sep 16, 2010 (5 months ago)

    This article is compatible with the latest version of Silverlight for Windows Phone 7.

    This is the first of series of articles describing the development of a Stock quoting and Alerting application for the Windows 7 Phone. I want to make it clear that this is strictly a demonstration application to show off the capabilities of the phone and the rich development environment  that it provides. One of the key points is having Silverlight available to deliver a great look and feel that has become standard on IPhone apps. Silverlight is especially good as it lets your developers and graphic designers work in concert using Visual Studio and Expression Blend for the Phone.
  • 4 comments  /  posted by  Zoltan Arvai  on  Jun 16, 2010 (8 months ago)

    This article is compatible with the latest version of Silverlight.


    Introduction

    In this short series of articles I’ll cover what MVVM is and how to use it in practice, how to solve issues when applying this pattern and how to take advantage from it.

    1. Part I: The Basics
    2. Part II: Messaging, Unit Testing and moving to a live data source
    3. Part III: Validation, Closer integration with the view

    In the previous article we discussed what MVVM is and why it matters. In this article we’ll try to benefit from the pattern and talk about the issues you have to battle through when working with MVVM. Our sample application was able to pull some data from a model, and display it on the screen in a master-detail fashion.