Jesse Liberty - Silverlight Geek

By, For and About Silverlight Developers

Browse by Tags

All Tags » How Do I Videos (RSS)
Creating Controls in Code
In my new video I demonstrate how you can create controls dynamically at run time. The technique is very straight forward, everything you can create declaratively in XAML you can also create dynamically in C#. xaml <Button x:Name="Button1"...
Silverlight Debugging Challenge
In about a week, I'll be posting a video on creating a form that responds to keyboard shortcuts (as an intro to a video on user controls). This is also covered in the tutorial User Controls ) As a challenge to those of you who are already comfortable...
What is coming in the next few weeks?
A couple readers of my blog and folks eager to learn more about Silverlight 2 have written to me asking for 2 things: 1. Tutorials and Videos on the specific topics of interest to them (great, keep 'em coming) and 2. Greater transparency in my schedule...
Binding Data How Do I Video Posted
I'm pleased to say that we've posted a new How Do I Video on Binding Data to Silverlight 2 Controls. In the very beginning of this video I say it is about "wiring up events" but I'm confused and befuddled -- it is, of course, about...
How Accurate are Our Tutorials and Videos?
A reader wrote to me today saying ( paraphrased ) ...let you know that the PDF version of the Data Binding tutorial identifies itself as tutorial #3 when it should be #2. As result of past experiences with Microsoft I tend to take such things as a sign...
Two Part Video on Event Handling
I'm pleased to announce a two part How Do I video set on Event Handling in Silverlight 2 Beta 1. These videos explore how to hook up events and point out that in Silverlight some events "bubble" and some do not. Here are the key points to...
What I'm Thinking About April
I've been getting a lot of mail on the lines of "When will we have Beta 2?" or "what is the release date for Silverlight" and since I can't answer those questions, and since I know that folks need to plan, I thought I'd...
Tip of the Day: How the Silverlight Videos Are Made
Creating A How Do I Video - Step By Step Let me bring you behind the scenes and tell you how I create a video. I'm very open to suggestions, but remember that my goal is to create great videos but to create six of them a month.. Decide what focused...