.NET news » Silverlight Silverlight Rss Feed

Silverlight 4 OData Paging with RX Extensions

An example of Silverlight 4 OData Paging with RX Extensions
29 May 2010, 10:49:00   Source: Silverlight 4 OData Paging with RX Extensions   Tags: Silverlight

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…

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.
26 May 2010, 09:36:00   Source: Accessing Hardware in Silverlight using COM   Tags: Silverlight

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.
26 May 2010, 07:21:00   Source: A Simple Silverlight RSS Reader   Tags: Examples 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).
21 May 2010, 05:56:00   Source: YouGrade - Silverlight Multimedia Exam Suite   Tags: Silverlight

Binding RadioButtons to an Enum in Silverlight

How to bind an enum to radiobuttons in Silverlight/WPF
20 May 2010, 23:36:00   Source: Binding RadioButtons to an Enum in Silverlight   Tags: Silverlight

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
11 May 2010, 11:59:00   Source: Step by Step Guide to Silverlight 4 Command Binding   Tags: Silverlight

Databinding in Silverlight applications

In this article, you will learn the basic concepts of simple data binding in a Silverlight application.
11 May 2010, 11:04:00   Source: Databinding in Silverlight applications   Tags: Silverlight

Busy Dizzy Bee-sley Spirographic Animation in Expression Blend & Silverlight

Simulating a random motion animation without code, using Spirographic Shapes, PathListBoxes, Storyboards & Behaviours