微软模板
合集下载
相关主题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Why stream? Live Streaming Fast Streaming Logging Caching and Proxying
100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0%
B ytes Delivered
U n wa tc h e d W a tc h e d
Programming Language
JavaScript JScript
IronRuby
IronPython
C#
XAML
VBX
AJAXቤተ መጻሕፍቲ ባይዱ
XAML- core of Silverlight for Rich User interface All other - for programming logic
Why it’s time for Silverlight
Run on all popular browsers and OS Consistent experience irrespective of platform Supports AJAX methodology for rich Internet applications Includes compelling graphics, 2D vector & animation Streams video/audio and scales video quality from mobile device to 720 HDTV video modes Small download 4 MB
Delivering media without going broke Video delivery trend
100% 50% 0% B ytes Delivered U n wa tc h e d W a tc h e d
Silverlight Business Model
Windows Media Services
Microsoft Silverlight
An Introduction
Silverlight is a cross-browser, cross-platform plug-in*
* An auxiliary program that works with a software package to enhance its capability. For example, plug-ins used in Photoshop to add a filter for some special effect. Other examples of Plug-ins are Macromedia Flash, Digital Video Express(Divx) Player plug-in, Windows Media Player etc.
<Button Width="100"> OK <Button.Background> LightBlue </Button.Background>
</Button>
Load, Parse, Display
Comparison with Flash
Silverlight Business Model
Button b1 = new Button(); b1.Content = "OK"; b1.Background = new SolidColorBrush(Colors.LightBlue); b1.Width = 100;
XAML / C #/ JavaScript
Compile and Run
Silverlight 1.0 – XAML + JavaScript COMPLETE DOM LEVEL 1 integration
Creating a Silverlight application
Web Page
Index.htm
Included files
XML Data
Silverlight.js
HelloWorld.XAML
CreateSilverlight.js
Bird.XAML
Code.js
Clock.XAML
Stylesheet