Silverlight Cream for May 07, 2008 -- #269

Tim Heuer on Streaming Media and Making Use of your Legacy JSON, Jesse Liberty on Dynamically creating containers, Margaret on Layout and LayoutInformation APIs, Shawn Wildermuth on executing code on the UI thread, Nikhil Kothari on autocomplete Textboxes, and Michael Sync on Commercial use of SL2.


From:

Streaming media in Windows Server for Silverlight

Tim Heuer takes time to answer a bunch of streaming media questions that he aggregated from his inbox... definitely worth a bookmark if you think you're going to be streaming anything!

Making use of your JSON data in Silverlight

Tim also posted an article about not nuking all that JSON data, and ends up talking about WCF Script-Enabled Services

Dynamically creating and destroying containers

Jesse Liberty responds to a question on his last post about dynamically creating controls, and follows through with dynamically creating containers, and destroying as well.

More on layout and the LayoutInformation APIs

Margaret of the SilverlightSDK crew has a nice article with diagrams discussing the LayoutInformation class... this is some very interesting information, so use as needed:)

Executing Code on the UI Thread in Silverlight 2

Shawn Wildermuth takes on the task of reminding everyone that while the "asynchronicity question" is still flying around, we DO have access to the Dispatcher class from which we can execute code on the UI Thread... read on...

AutoComplete for Silverlight TextBoxes

Nikhil Kothari is back with more goodness from his Behavior Framework and this time delves into AutoComplete for TextBoxes, and as a very small aside, he also demonstrates Filters for TextBoxes -- this is some seriously cool stuff, time to download and read (or print out to draw circles and arrows in my case).

Michael Sync attacked the whole SL2B1 for Commercial use question with a couple MSFT folks and reports back his findings.

Stay in the 'Light!


Twitter SLNews | | | | | | | | |

This article is part of the GWB Archives. Original Author: Dave Campbell

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.