Title: Visual Studio C# - Silverlight - Introduction
Duration: 15:32 min
Description: In this video I am going to introduce Silverlight 2.0. I will show how we can
create a Silverlight application using Visual Web Developer 2008 Express. I will discuss the project properties and create a simple application that contains a TextBlock (label) and a Button that changes the content of the TextBlock.
Methodology: Rich Internet Applications (RIA).
Technologies: Silverlight, XAML, HTML.
Examples constructed: We walk through the steps needed to create a silverlight application. We examine every step, in addition to the design view and the code view. We also look at the different properties that application has.
Key words: Silverlight, HTML, XAML, App.xaml, Page.xaml, xap file, StackPanel, TextBlock, x:Name, Button.