<%@LANGUAGE="VBSCRIPT" %> <% Response.CacheControl = "no-cache" %>
Lab 7

Create WPF and Silverlight apps

Instructions

In this lab, you will create a WPF desktop application and a Silverlight web application.

Materials to turn in:

  • Lab07 Project Folder
    • Your WPF application
    • Your Silverlight application

Requirements

  1. WPF Application
    • Use Expression Blend 4 > New Project > WPF
    • Create library using a tree view on the left and content placeholder on the right
    • The tree view must have 5 main tree items and each of those must have 3 or more sub tree items
    • Clicking each of the sub tree items loads content into the right pane.
    • The content can be of your choosing, you may use the web to find content and use in your lab. Think of the finished product as being similar to the MSDN Library
       
  2. Silverlight Application
    • Use Expression Blend 4 > New Project > Silverlight + Web
    • Recreate this form
    • Add a results pane at the bottom to display your results as you change each item
    • On the first page: you'll need 13 sliders. Sliders should go from 0 to 10 where 0 is the second column value, 5 is the third column value, and 10 is the fourth column value. Those three values should simply be labels containing the text. The value that is submitted by the slider should only be an integer between 0 and 10.
    • Divide the sliders into 4 sections, use the first column value as the section heading.
    • Build it, publish it on the server, test it.
       

Grading

WPF version 10 pts
Silverlight version 10 pts
Total 20 pts possible