Search results
07/19/2012
Video tutorial
Templates - Microsoft Silverlight 5 - Lesson 26
Today, we are taking this a step further by adding templates. With templates we can redefine the shape of a specific control. We will start with a simple square on the screen.
07/16/2012
Video tutorial
Complex Button - Microsoft Silverlight 5 - Lesson 23
In this video, We will start working with controls that are a bit more complex than the ones we have seen before. We already know how to create a button and change its properties. But buttons do not have to contain only text.
07/10/2012
Video tutorial
Introduction to Animation - Microsoft Silverlight 5 - Lesson 20
In this video, We will introduce animation. Animation is about changing the properties of an object over a period of time. This is not something you can easily create in Visual Studio because there is a lot of XAML that you need to manipulate.
07/05/2012
Video tutorial
Binding To Objects - Microsoft Silverlight 5 - Lesson 17
In this video, we continue our binding discussion by talking about binding to objects. We will create a list of images and their names on the left hand side and a stack panel that contains an image and a text block on the right hand side.