文档介绍:站长站素材 SC.
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.
Why it’s time for Silverlight
Run on all popular browsers and OS
Consistent experience irrespective of platform
Supports AJAX methodology for rich applications
pelling graphics, 2D vector & animation
Streams video/audio and scales video quality from mobile device to 720 HDTV video modes
Small download 4 MB
Programming Language
XAML
C#
AJAX
JavaScript
JScript
IronRuby
IronPython
VBX
XAML- core of Silverlight for Rich User interface
All other - for programming logic
Button b1 = new Button();
= "OK";
= new SolidColorBrush();
= 100;
<Button Width="100"> OK
<>
LightBlue
</>
</Button>
Load, Parse, Display
XAML / C #/ JavaScript
Compile and Ru