Delay's Blog is the blog of David Anson, a Microsoft developer who works with the Silverlight, WPF, Windows Phone, and web platforms.
http://dlaa.me/
@DavidAns
A few weeks ago I wrote about an "app building" exercise we did on the Silverlight Toolkit team to help test our controls and identify potential issues with Silverlight 3 before it was released. My contribution to that effort was HeadTraxExtreme, an organizational hierarchy viewer loosely based on an internal tool. That blog post has been fairly popular, and I wanted to update the sample code for the recent release of Silverlight 3 so people can continue to learn from the sample and so I can walk through a fairly typical application upgrade scenario to show what's involved.
[Click here (or on the image above) to run HeadTraxExtreme in your browser.]
[If you want to look at the complete source code or build HeadTraxExtreme yourself, click here to download it.]
Notes:
HeadTraxExtreme.Web
Changes:
Default.html
minRuntimeVersion
3.0.40624.0
IFRAME
AppManifest.xml
ApplicationIdentity
OutOfBrowserSettings
DockPanel
DataForm
AutoCompleteBox
SearchMode
ValueMemberBinding
FilterMode
ValueMemberPath
*Binding
DisplayTemplate
ReadOnlyTemplate
DisplayAttribute
DataField
Employee
DataGrid
DataGridTextColumn
Silverlight.js
HeadTraxExtreme was a fun project and I'm glad people have found it useful! I hope this quick update keeps it relevant and exciting and helps to outline the typical upgrade process for an application that targets the Silverlight 3 Beta.