Archive of #Silverlight Posts
Sunday, 7/6/2008 @ 11:37 PM
A theming system for Silverlight 2 apps... this post steps you through creating a set of theme assets, adding customizability of themes (colors and fonts in the sample), and using them in an application, including selecting a theme dynamically... complete with source code.
Wednesday, 7/2/2008 @ 6:34 AM
Thoughts on search for RIAs, along with pointers to my latest slides as well as MIX session on ensuring indexability (esp. for Silverlight and Ajax apps)...
Friday, 6/20/2008 @ 8:34 AM
More fun with the ViewModel or M-V-VM pattern - using the Dynamic Language Runtime in Silverlight to create a better glue between the View and its ViewModel.
Tuesday, 6/17/2008 @ 12:35 PM
This post describes the ViewModel aka M-V-VM pattern, and presents a prototype Silverlight 2 framework for implementing this pattern using Action Behaviors (which provide the equivalent of commands)
Tuesday, 5/6/2008 @ 5:19 PM
An implementation of AutoComplete functionality that you can add to your TextBoxes in XAML... ala Google Suggest and the ASP.NET AutoComplete control extender (built on top of the behavior framework).
Monday, 5/5/2008 @ 7:46 AM
A framework for creating reusable and attachable behaviors in Silverlight, and a sample behavior that demonstrates using and building them... along with all the code.
Tuesday, 4/8/2008 @ 9:03 AM
My thoughts on questions along the lines of Ajax vs. Silverlight, and independent of the debate, how .NET spans the gamut of application development platforms...
Thursday, 12/13/2007 @ 8:39 PM
Slide.Show - A very nice (and open source) implementation of a photo slide show experience built using Silverlight 1.0 and script.
Thursday, 10/4/2007 @ 12:16 PM
This post describes how you can use Google Analytics to track users browsing and visiting your site with Silverlight-enabled browsers in the interim... until Google updates its engine to natively track Silverlight versions.
Monday, 9/24/2007 @ 1:45 PM
Script# supports programming against Silverlight 1.0. You can start writing your RIA and associated components and controls in C# rather than in JavaScript... today! This series of posts will build a photo carousel one step at a time to illustrate this approach. Part 3 completes the series by adding data-binding and templating to the carousel and by querying Flickr using JSONP to fetch the actual photos to display in our photo viewer scenario.
Sunday, 9/16/2007 @ 4:41 PM
Script# fully supports programming Silverlight 1.0. You can start writing your RIA and associated components and controls in C# rather than in JavaScript... today! This series of posts will build a Flickr photo viewer one step at a time to illustrate this approach. Part 2 starts building relatively more interesting functionality - specifically the carousel control.
Wednesday, 9/12/2007 @ 12:53 PM
Script# fully supports programming Silverlight 1.0. You can start writing your RIA and associated components and controls in C# rather than in JavaScript... today! This series of posts will build a photo carousel one step at a time to illustrate this approach. Part 1 builds the very basics of this scenario, and is primarily focused on introducing Script# and Silverlight working together.
Monday, 4/30/2007 @ 7:34 PM
Today at MIX07, Silverlight was announced along with some amazing demos showing off the media capabilities, as well as the .net/managed programming model...
Monday, 4/16/2007 @ 10:09 AM
Microsoft Silverlight formerly known by its code name "WPF/E" has now been announced...
|