Browsing Category

Silverlight

Declarative Interactivity with Actions & Triggers in Silverlight
videos

Declarative Interactivity with Actions & Triggers in Silverlight

The Expression Blend design tool aims to keep designers productive by giving them access to pre-packaged components that enable common interactive tasks to be performed without writing additional code.


This entry is part 15 of 15 in the Silverlight for Beginners Session
Understanding Visual States in Silverlight
videos

Understanding Visual States in Silverlight

User interfaces change state. An email client might have online/offline views and might display emails in full/collapsed views. At a more granular level, a CheckBox control might have states like checked, unchecked, enabled, disabled and so on. This screencast looks at how the Silverlight UI model handles state changes.


This entry is part 14 of 15 in the Silverlight for Beginners Session
Navigation Capabilities in Silverlight
videos

Navigation Capabilities in Silverlight

Much like a regular HTML application, a Silverlight application can be structured as a set of pages with navigation links between them. This allows not only for navigation within the Silverlight content but also for applications to surface their inner content via hyperlinks in just the same way as any other web content.


This entry is part 13 of 15 in the Silverlight for Beginners Session
Weekend Lecture: Silverlight Firestarter Keynote with Scott Guthrie
videos

Weekend Lecture: Silverlight Firestarter Keynote with Scott Guthrie

Just because you missed that awesome conference, doesn’t mean that you can’t still watch the lectures! This weekend, we feature an inspiring talk by Microsoft’s Scott Guthrie as he presents Silverlight 5.

Animation in Silverlight
videos

Animation in Silverlight

Silverlight has an animation system whereby most properties on user interface elements can be animated – properties like width, height, rotation, color and so on can all be targeted in a consistent way regardless of the type of the content itself. Let’s take a look at the basics of animations using Expression Blend.


This entry is part 12 of 15 in the Silverlight for Beginners Session
Download and Read an XML File Over HTTP
videos

Download and Read an XML File Over HTTP

One of the defining characteristics of a RIA is the ability to cross the network and grab resources. There are many ways to do this in Silverlight, but here we’ll write a little code to illustrate just about the simplest: an asynchronous request across the network for an XML file.


This entry is part 11 of 15 in the Silverlight for Beginners Session
Create a Wallview for Images with Silverlight: Code

Create a Wallview for Images with Silverlight: Code

This entry is part 2 of 2 in the series Create a Wallview for Images with Silverlight

Welcome to the second part of creating an iTunes-inspired Wallview. In this part we are going to write the whole code in C# for the two UserControls that we created with Expression Blend in the previous tutorial.

Create a Wallview for Images with Silverlight: Design

Create a Wallview for Images with Silverlight: Design

This entry is part 1 of 2 in the series Create a Wallview for Images with Silverlight

As the title states, we’re going to create a Wallview inspired by iTunes. This tutorial is split up into two parts – one for the design in Blend and the other one for the code behind in Visual Studio.

Silverlight for In-Browser, Out-of-Browser and Elevated Applications
videos

Silverlight for In-Browser, Out-of-Browser and Elevated Applications

Silverlight is known as a “browser plug-in” but it can easily be used to build 3 different kinds of applications cross-platform. There’s the browser app, the out-of-browser app and the elevated-trust out of browser app. Here we’ll take a look at how you build all 3.


This entry is part 10 of 15 in the Silverlight for Beginners Session
Introduction to Control Templating in Silverlight
videos

Introduction to Control Templating in Silverlight

One of Silverlight’s most powerful features is that the built-in controls have a look-and-feel that comes from a template. These templates can be replaced to provide completely different visuals onto a control which still behaves the same way. In this video we’ll use Expression Blend to replace the look and feel of a simple control, see how the control still functions correctly, then how we can set up the different visual states and transitions.


This entry is part 9 of 15 in the Silverlight for Beginners Session
Page 1 of 212