Jesse Liberty - Silverlight Geek

By, For and About Silverlight Developers

Browse by Tags

All Tags » Silverlight 2.0 » Learning Silverlight (RSS)
One Man’s Guide To Silverlight Nirvana
Every day (honest) I am asked for a path through the learning material, even though the Getting Started page offers an explicit path. And that is not surprising. We all have our own way of learning. Here is the path that I personally tend to suggest to...
Who Ate My Mouse Down Event??
Before I leave, I want to squeeze in one quick note about a problem a lot of folks are running into as they upgrade from Beta 1 to Beta 2. I’ll come back to this in more detail when I get back, but here it is in a nutshell. A breaking change in the Beta...
Boston .NET Users Group Meeting
Last night I had the opportunity to talk to a packed room at the Boston .NET User’s Group; an incredibly welcoming and most friendly group of some 150,000 screaming fans of all things Microsoft. I promised at the time to provide a few links; including...
What is coming soon?
You have noticed, I’m sure, that there has been a flurry of blogging, videos and more since the release of Beta 2. That is all goodness, though it can be hard to know where to start; and the road map will differ depending on where you are in your experience...
Beta 2 Tutorials Available Now in PDF
I’m pleased to announce that the following tutorials are now updated for Beta 2 and available for immediate download (but only the PDF versions and the code have been updated so far, the HTML versions are not yet updated) 1 Creating Applications With...
Popup Control
Beta 2 includes a wealth of new controls including the Popup (that is new, right? It’s not that I just didn’t notice it before?). I received an email today asking if I’d do a short How Do I video on creating a Popup and I certainly will, but here is a...
Beta 2 Month
Beta 2 has been announced, and as you may know from Tim’s post and Karen Corby’s , one of the big and wonderful additions to Beta 2 is a new model for skinning Silverlight controls. There are a lot of other new additions as well, and I'd like to dedicate...
Beta 2 Event Bubbling
There are many great changes in Beta 2, and some are designed to make Silverlight more like WPF. One side effect of this is that event bubbling has changed just a bit and that bit breaks some of the examples I love to use. In Beta 1, the distinction was...
Creating a Project from xaml and xaml.cs files
I posted the code for the PageSwitcher app described in a previous blog post , but to save space and to make the download faster, I didn't include anything but the code (no solution or project files). A reader wrote asking how to create a project...
Multi-Page Applications in Silverlight
I wanted to build a multi-page (Search - Results) application when I realized that isn't really our model. Fortunately, I wrote to Ashish Shetty , who combines enormous knowledge with enormous kindness, and even though he is in the middle of blogging...
Xaml vs XAML
I received an email from Ian Griffiths who informed me that the "Xaml spec refers to Xaml as Xaml , and not XAML ." because Rob Relyea didn't like the "shouty caps" look of all upper case. After some back and forth, I contacted...
What do you think of my Silverlight How Do I Videos?
I'm always looking for ways to make this blog specifically and all my material on silverlight in general more interactive. Survey Monkey offers free surveys, so I thought I'd try it out by asking you to take a 1 page survey on what you think of...
In Silverlight, Tags are just strings...
[Updated with trivial, off-topic comment (at bottom of post) on 5/26] Tim Binkley-Jones sent in a Tip of the Day that custom attached properties make a superior choice to Tags because, in Silverlight, Tags can only be strings . This is not what I've...
Converting it to VB
Just to tie the previous two blog posts together, I copied the C# into Instant VB and here is what it spit out (line break added to fit) Private Sub AnyPropertyCheckBox_Click( ByVal sender As Object , ByVal e As RoutedEventArgs) Dim isVisible As Nullable...
Blend, VS, Events and C#
From now until the summer I'll be working on videos , tutorials , presentations and blogging, but I'll also be writing Programming Silverlight 2 with Tim Heuer . Rather than convincing you that I'm continually hawking my book, I'd rather...
Next