Skip to main content

Microsoft Silverlight

Silverlight Hands on Labs

.NET RIA Services

0 0

Microsoft .NET RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms. The RIA Services provides a pattern to write application logic that runs on the mid-tier and controls access to data for queries, changes and custom operations. It also provides end-to-end support for common tasks such as data validation, authentication and roles by integrating with Silverlight components on the client and ASP.NET on the mid-tier. This guide walks you through aspects of implementing RIA Services.

Download

Build Your First Hello World Application

0 0

In this lab we walk through the steps of creating your first Silverlight application. It is a simple 'Hello World' application but walks you through the steps of creating the application in Visual Studio 2008 and how the .NET code would communicate and manipulate the XAML in the Silverlight application.

Download

Using Layout And Data

0 0

In this lab we get more advanced and create an application that retrieves data from a data source. We first walk through various layout aspects in Silverlight, creating a user interface for our application. The lab then has additional exercises on how Silverlight communicates with a Windows Communication Foundation (WCF) web service to retrieve data, and how to query that data using LINQ to XML.

Download

Partitioning Your Silverlight Application for Deployment

0 0

In this lab we demonstrate a technique within Silverlight to enable you to partition your application into different deployment packages. This will enable your application to only use what it needs, when it needs it and provide an experience to the user and improve overall download times for your application. This lab walks through a simple example of separating details view information from the main portion of the Silverlight application.

Download

Building the UI for Margie's Travel

0 0

In this lab you will build the main page of the Margie’s travel demo application, using different layout controls including Grid, StackPanel, TabControl and ItemsControl. Each container control has its own strength and learning what they are and how to use them will increase your productivity and happiness.

Download

Styling Margie's Travel

0 0

In this lab you will be updating the appearance of the Margie’s Travel application by using Styles, Templates and the Visual State Manager. We’ll walk through exposing and editing the default template in Blend and from there integrating it into our application as a Resource in Visual Studio.

Download

Binding Data in Margie's Travel

0 0

In this lab you will be updating the main page of the Margie’s Travel so that all controls are driven by real data. Additional all of the controls on the page are kept in synch to ensure that they are all showing the correct and in some cases selected data. We’ll be exploring the functionality of Databinding, DataContext, DataTemplates and Converters. It’s all about the data in this one.

Download

Browser Integration in Margie's Travel

0 0

In this lab you will learn how to call managed code from JavaScript and how to call JavaScript from managed code, as well as get a chance to play with the Virtual Earth API.

Download

Featured Community Sample

Gallery Item Image

CollectionFlow

CollectionFlow is a Carousel, CoverFlow, whatever (change it properties and get what you want) fo...

Microsoft Communities