Silverlight Example Apps

Mon, May 12, 2008, 06:32 AM under Silverlight
I've seen introductory sessions where people jump straight into Visual Studio and/or Blend and start demonstrating how to build a Silverlight application. IMO, Silverlight is a relatively new technology and there are potentially people that have not seen examples of applications built with it. As such it is important to demonstrate its capabilities first by running some applications and clicking around. There are many samples to choose from the Showcase and from the Gallery, so take your pick.

In my sessions I show my favourites (i.e. the ones that appeal to me personally, for one reason or another).

1. Hard Rock Memorabilia (shows the DeepZoom feature in a public released site)
2. Silverlight Airlines (gets you thinking of great user experience for booking a flight)
3. Cameras (another example of great user experience for shopping online scenario)
4. Image Snipper (shows graphics and interaction you would only expect from a desktop app)
5. Video Puzzle (combination of a game with video elements)

...then before jumping into code, it is worth showing some of the controls that are available and also how they can be skinned (templated):
6. Control Demo (not all of them, but gives you an idea)
7. Corina's control skins Flat, Bubbly, Red, Rough.

...if you are looking for a sample that combines skinning, the OpenFileDialog, IsolatedStorage and also throws in a bit of extensibility, do check this out:
8. Calculator (get its story from the author's blog post)

Finally,
9. a great business application that is almost indistinguishable from a local client and has only recently been made available is the Healthcare Demo (built in the UK).

What publically available Silverlight application(s) float your boat?
Monday, 12 May 2008 06:57:00 (Pacific Daylight Time, UTC-07:00)
I like the Woodgrove Online Bank (http://cookingwithxaml.com/meals/financials/default.html)
Monday, 12 May 2008 09:19:00 (Pacific Daylight Time, UTC-07:00)
This one is really cool
http://www.cynergysystems.com/blogs/blogs/jose.fajardo/Apple/RipThatFeed.html
Arman K.
Friday, 16 May 2008 19:10:00 (Pacific Daylight Time, UTC-07:00)
A pretty polished Silverlight usage by Microsoft Australia here - http://www.microsoft.com.au/charity/charity/Default.aspx
Monday, 26 May 2008 13:56:00 (Pacific Daylight Time, UTC-07:00)
Daniel,

Do you have any recomended Silverlight training courses to attend?

Simon.
Simon Hart
Monday, 26 May 2008 18:10:22 (Pacific Daylight Time, UTC-07:00)
Igor, Arman, chakkaradeep: Thanks for sharing :-)

Simon: Trainers and training companies will hate me for saying this, but I believe in self-study. Take the time you'd invest in being at the course (e.g. 3-5 days) and spend that time at home reading articles, MSDN documentation, blogs and watch videos/screencasts. Try out writing some code and use the forums to get support. A good starting point for all of these is Silverlight.net. Have fun!
Comments are closed.