InfoQ

News

Microsoft Introduces Dynamic Silverlight

Posted by Robert Bazinet on Mar 14, 2008 08:39 AM

Community
.NET
Topics
Silverlight,
Dynamic Languages
Tags
IronPython,
IronRuby

The Dynamic Language team at Microsoft recently introduced its latest technology called Dynamic Silverlight (DSL) at the MIX08 Conference in Las Vegas.

What is Dynamic Silverlight?

Dynamic Silverlight is the technology that integrates the Dynamic Language Runtime (DLR) languages with Silverlight.  DSL is packaged as a Silverlight extension and can be downloaded in addition to Silverlight as-needed.

DSL consists of a runtime as well as an SDK component. This runtime consists of two assemblies:

  • Microsoft.Scripting.dll
  • Microsoft.Scripting.Silverlight.dll.

The language assemblies are also needed, consisting of:

  • IronRuby.dll and IronRuby.Libraries.dll for Ruby
  • IronPython.dll and IronPython.Modules.dll for Python

The runtime component is a small additional download where the IronRuby Silverlight runtime is just a 712KB download, taking less than 5 seconds to download over broadband.

An SDK component is also part of DSL with a piece of software that developers interact with is a local web server called Chiron.  Chiron provides an interactive development environment using the your local file system.  It also dynamically packages everything needed to run a DSL application into a XAP (ZIP file with a different extension name) and serves it up to your browser. The core DSL runtime pieces and the IronRuby assemblies are in the file, along with all of the other files that generated in the application.

Dynamic Silverlight in Action

John Lam has a series of tutorials on his blog showing how to use DSL in various interesting scenarios.

John also gave a recent presentation at MIX08 covering DSL, called Microsoft Silverlight and Dynamic Languages.   This presentation covers all of the interesting points covered by this new technology.

More information about DSL can be found at the Dynamic Silverlight website.  Here's a link to the download of the Dynamic Silverlight SDK.

No comments

Reply

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.