Mike Taulty Developer & Platform Group Microsoft Ltd Mike.Taulty@microsoft.com

Preview:

Citation preview

Mike TaultyDeveloper & Platform GroupMicrosoft LtdMike.Taulty@microsoft.com http://mtaulty.com

Microsoft Silverlight is a cross-browser, cross-platform implementation of .NET for building and delivering the next generation of media experiences & rich interactive applications for the Web.

TimelineV 2 currently in Beta 1V 1 released September 2007

PackagingBrowser plug-in, little dependency on other s/wUsually installed on demand as content is accessedIntended to be a quick download

V1 is ~1.2MB, V2 is ~4.0MB

Silverlight V2

Silverlight V1

JavaScriptProgrammabilit

y

.NETCoreCLR

.NETFramework

Expression Design Expression Blend VS 2008

eXtensible Application Markup Language

In Silverlight – XAML loaded at runtime and merged with supporting “code behind” class

XAMLXAMLCodeCode

XAML

VS Project Files

Expression Design Expression Blend VS 2008

Browser SandboxBrowser Sandbox

JavaScript RuntimeJavaScript Runtime .NET Core CLR.NET Core CLR

HTML Page DOMHTML Page DOM

<body> <object id=“silverlightPlugIn1” type="application/x-silverlight-2-b1"> <param

name="source" value="myApp.xap"/>

</object></body>

Silverlight Plug-InSilverlight Plug-In

HTML BridgeHTML Bridge

CLR App DomainCLR App Domain

ApplicationApplication

.NET Code.NET Code Silverlight UI Silverlight UI DOMDOM

<body> <object id=“silverlightPlugIn1” type="application/x-silverlight-2-b1"> <param

name="source" value="myApp.xap"/>

</object></body>

myapp.xap

video1.wmv

request XAP

myapp.xap

request WMV

manifest.xamlmanifest.xamlStartType=Assembly,TyStartType=Assembly,Ty

pepe

assembly1.dllassembly1.dll

myImage.jpgmyImage.jpg

myapp.xap

assembly2.dllassembly2.dll

LayoutLayout AnimationAnimation CompositionComposition

WMV1WMV1WMV2WMV2WMV3WMV3WMVAWMVA

WMVC1WMVC1

WMA7WMA7WMA8WMA8WMA9WMA9

© 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.

The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after

the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Recommended