Silverlight and XAML
videos

Silverlight and XAML

Tutorial Details
  • Difficulty: Beginner
  • Program: Visual Studio with the Silverlight 4 Toolkit, Expression Blend 4
This entry is part 4 of 15 in the Silverlight for Beginners Session
« PreviousNext »

XAML is a key part of Silverlight development – it allows you to declaratively define your user interface and it makes it easy for tools such as Visual Studio and Expression Blend to share that UI definition. In this video we take a look at some of the key features of XAML that you’ll encounter whilst working with Silverlight and also a little around how XAML ‘works’ in your Silverlight applications.


What’s Covered?

Here’s a quick breakdown of what’s covered in this screencast:

  • The alternative to XAML
  • Anatomy of a XAML document
  • Visual Studio design and code views
  • Naming and accessing elements
  • Element properties
  • XML namespaces
  • Custom types within XAML
  • Resource dictionaries

View Screencast

Don’t like ads? Download the screencast, or subscribe to Activetuts+ screencasts via iTunes!


Useful Links

Mike Taulty Microsoft (UK): http://mtaulty.com: mtaulty@microsoft.com: twitter.com/mtaulty

Tags: Videos
Add Comment

Discussion 1 Comment

  1. Really Nice Explanation For silverlight and xaml thanks for the nice viedo..
    Silverlight Development India

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.