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.
Simple Silverlight Configurator/Pivot (View Model/MVVM) - CodeProject
No comments:
Post a Comment