- Recent
- Most Viewed
- Top Rated
-
MIX07: John Lam and the Dynamic Language Runtime
Avg Rating: 5
(1)Tim Heuer had a chance to sit down with John Lam and Tomas Matousek from the Common Language Runtime team. John finally breaks his silence publically about what he has been working on since coming to Microsoft earlier this year. He explains what the concepts around the Dynamic Language Runtime… -
Publishing Media Content to Silverlight Streaming Services
Avg Rating: 0
This screencast shows how you can host media assets as part of a Silverlight application on the Silverlight Streaming globally-cached content distribution network. Download the sample code By clicking the link above you accept the license. -
Real-Time Data Update with Silverlight and Web Services
Avg Rating: 3
(2)This screencast demonstrates how a distributed application can be built with an ASP.NET middleware, and a Web services back end. The middleware consumes the Web service and uses it and a XAML template to generate a Silverlight front end, delivering a stock quote. The front end combines with… -
Overlaying HTML and Silverlight Content
Avg Rating: 5
(1)While Silverlight v1 doesn’t support a full control suite, ASP.NET and HTML do, and in this example you will see how to use both in a Silverlight front end using Windowless mode. You will see how to construct a Silverlight application, and how, using DHTML you can overlay content on top of it.… -
Creating a Video Playlist with Silverlight and ASP.NET
Avg Rating: 0
This screencast demonstrates a dynamic Silverlight front end, where different video playlists, stored in a SQL Server database, can be generated and rendered for different users. In addition to generating XAML for the front end, an ASP.NET back end also generates JavaScript which is used to… -
Using AJAX to Dynamically Update Silverlight Content
Avg Rating: 0
This video demonstrates a simple notification system build using Silverlight, ASP.NET, AJAX and SQL Server. Silverlight is used at the front end to present a rich UI, which is asynchronously updated using AJAX based on activities of different users in the system. You are stepped through the full… -
Delivering Parameterized Silverlight Content with Java
Avg Rating: 0
This video demonstrates how J2EE can be used to generate XAML which is then delivered to a JSP Silverlight front end. A XAML Generator was written in Java, and this fronts the Northwind database. Queries to the database can be triggered from the Silverlight front end, and these result in XAML… -
Delivering Parameterized Silverlight Content with PHP
Avg Rating: 5
(1)This video demonstrates how PHP can be used to generate XAML which is then delivered to a Silverlight front end. A XAML Generator was written in PHP, and this fronts a MySQL database. Queries to the database can be triggered from the Silverlight front end, and these result in XAML being… -
Delivering Parameterized Silverlight Content with ASP.NET
Avg Rating: 0
This video demonstrates how ASP.NET can be used to generate XAML which is then delivered to a Silverlight front end. A XAML Generator was written in C#, and this fronts the Northwind database. Queries to the database can be triggered from the Silverlight front end, and these result in XAML being… -
Animating Vector Art for Silverlight with Expression Blend Part II
Avg Rating: 5
(1)In this third part of a five-part series, we'll further explore the animation capabilities in Blend. To make the chicken cluck, we'll create a timeline as a resource that is invoked from JavaScript (some code involved). We'll also synchronize an MP3 audio file with the animation. Download the…