Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Silverlight Examples

0.00/5 (No votes)
18 Oct 2013 1  
Here's some particularly amazing Silverlight examples found in the blogosphere. Also, be sure to check out the Silverlight Galleries and the Learn

This articles was originally at wiki.asp.net but has now been given a new home on CodeProject. Editing rights for this article has been set at Bronze or above, so please go in and edit and update this article to keep it fresh and relevant.

Here's some particularly amazing Silverlight examples found in the blogosphere. Also, be sure to check out the Silverlight Galleries and the Learn page.

Examples

  • Silverlight 1.0 Particle Experiment
    A nice particle web created with Silverlight 1.0.  Good example of the animations you can create without the client CLR.
  • The Bubblemark Animation Test
    Alexey Gavrilov's near comprehensive list of benchmarks based entirely on a group of bubbles bouncing in a 3-D room. Examples in both JavaScript and CLR.
  • WynApse Silverlight Examples and Samples
    A massive list of sample code and clever controls and animations in Silverlight.
  • 50 Silverlight Applications
    Tim Sneath has listed out 50 different Silverlight Applications. Insane.
  • Sudoku for Silverlight
    David Anson built a cool online sample using Silverlight that helps you play the popular Sudoku game.  Useful for both Sudoku addicts and developers wanting to learn Silverlight.
  • Font Embedding and RSS data in Silverlight
    Tim Heuer shows how you can create your own font type and embed it within your Silverlight 1.0 application.  His application retrieves dynamic content from an RSS feed and uses the custom font to display it.
  • Pascal Support for Silverlight
    RemObjects Software now has a project template for Visual Studio 2008 that enables you to write Silverlight 1.1 .NET applications using Pascal.  It is wild to see a screenshot of FireFox on the Mac running a Silverlight application that was written with a Pascal code-behind file in Visual Studio 2008. 
  • Silverlight Toolbar Example
    A nice sample from Vivek that describes how to create an animated toolbar where the buttons expand when you hover over them.  You might also want to check out the "Office UI Ribbon" sample here to see how to build a really cool toolbar within the browser.
  • Silverlight Dashboard
    A DotNetNuke module that displays a Silverlight Gauge that automatically updates every 30 seconds. The Silverlight application communicates with the DotNetNuke website using web services that cache the data so that the query is run only once every 30 seconds, no matter how many clients are consuming the data feed.
  • Liquid Silverlight Controls Demo
    This is a desktop-like demo consisting of most of the controls available in the free Liquid Controls library, featuring the Rich TextBox, TreeView, Dialog, Menus, Scroller and many more.

Games 

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here