.NET news » Silverlight 
Silverlight 4 OData Paging with RX Extensions
An example of Silverlight 4 OData Paging with RX Extensions
How I Optimized my Silverlight Asynchronous Web Service Consumption
When you're working on a project, you rarely have the time (and sometimes even the desire) to go back and re-factor code to make it either a) perform better, or b) easier to maintain. Further, you don't have the time to regression test your changes, so the common (and most recommended) practice is to "leave well enough alone". I am fortunate to be in a position to perform such optimizations because my schedule is somewhat flexible (I'm the "pioneer") and I'm waiting for the IT folks to resolve a server issue.
This article shows how I implemented something in my code, and should only be used as an example of how to achieve similar results in your own application…
26 May 2010, 11:35:00 Source: How I Optimized my Silverlight Asynchronous Web Service...
Tags: Silverlight
Performance
Accessing Hardware in Silverlight using COM
Silverlight 4 gives access to the user's microphone and camera, and adds printing capabilities, but as far as hardware goes, that's it. Fortunately Silverlight 4 also provides access in Elevated Trust Out-Of-Browser applications to COM. If you need to access other local hardware, providing a COM component is the solution. This example provides a COM object written in C# and addressed by a Silverlight application.
A Simple Silverlight RSS Reader
This article shows how to create a simple RSS Reader in silverlight. This is a beginner article showing basic Templating, Binding and such basic concepts in Silverlight.
Simple Silverlight 4 Example Using oData and RX Extensions
A simple Silverlight application that uses RX Extensions to communicate with a oData service
23 May 2010, 17:06:00 Source: Simple Silverlight 4 Example Using oData and RX Extensions
Tags: Silverlight
YouGrade - Silverlight Multimedia Exam Suite
Although this article doesn't explore much of the eye-candy Silverlight features such as animations, my real focus here is to provide readers with a small, working proof-of-concept that explores the use of Silverlight as part of a multimedia exam suite. The initial idea was to create a simple exam suite, but it soon evolved to a multimedia exam suite, where you can assign a video to each question in the exam, thanks to Youtube flexibility in providing a small player which can be embedded inside your html (and fortunately, inside your Silverlight applications).
Binding RadioButtons to an Enum in Silverlight
How to bind an enum to radiobuttons in Silverlight/WPF
Step by Step Guide to Silverlight 4 Command Binding
Silverlight 4 now came up with the support of Command Binding. Using Command binding you can easily develop your Silverlight MVVM (Model-View-ViewModel) applications where your view will not know about data. In this article, I will describe you the Command binding feature in Silverlight 4 Step-by-St
Databinding in Silverlight applications
In this article, you will learn the basic concepts of simple data binding in a Silverlight application.
Busy Dizzy Bee-sley Spirographic Animation in Expression Blend & Silverlight
Simulating a random motion animation without code, using Spirographic Shapes, PathListBoxes, Storyboards & Behaviours
11 May 2010, 05:13:00 Source: Busy Dizzy Bee-sley Spirographic Animation in Expression...
Tags: Graphics
Silverlight

