Sunday, September 5, 2010

Simple Silverlight Configurator/Pivot (View Model/MVVM) - CodeProject

 Tool for creating an interface for displaying and interacting with data:

Live example:
The application allows your users to query a collection (over web services), using drop downs and sliders. The results appear in a animated display.
You may ask, why not just use Microsoft Pivot? The main reasons are:
  • This one uses View Model / MVVM so the user interface can be completely designed by a designer.
  • There is not a lot of code, you can adapt this for your own use quickly.
  • This does not focus on images. Microsoft Pivot is designed to display high quality images. However, you can adapt this to display images.
  • This is a smaller application and it loads faster.
  • This is designed to work with your data coming directly from a database.
If the above does not apply to you, you may wish to use Microsoft Pivot instead.


Simple Silverlight Configurator/Pivot (View Model/MVVM) - CodeProject
Enhanced by Zemanta

No comments: