介绍
Microsoft Silverlight QuickStart 的目标是让你快速上手Silverlight. QuickStarts 是一个基于例子的文档,你可以通过这些示例更快更好的了解和掌握 Silverlight. 每个示例都展示了Silverlight的新特性,帮助你快速的在你的项目中使用它们.
Silverlight QuickStart 文档包含了两个大部分:
-
一个是使用JavaScript来进行开发.
-
一个是使用 .NET Framework的托管代码来进行开发.
下面将这些章节分别列出来.
使用JavaScript来进行Silverlight开发(是1.0的内容,就先不翻译了)
The following QuickStart topics demonstrate how to work with the Silverlight core presentation framework and JavaScript. These topics are included in the QuickStart documentation for Microsoft Silverlight 1.0 Beta:
-
Creating a Silverlight Project
-
Creating a XAML File
-
Using the Canvas Object
-
Drawing and Painting
-
Working with Images
-
Adding Text
-
Adding Video and Sound
-
Animating Objects
-
Handling Scripting and Mouse Events
-
Creating a Visual Studio Silverlight Project
-
Sample Controls
使用 .NET Framework的托管代码来进行Silverlight开发
下面的内容介绍使用 .NET Framework的托管代码比如C# 和 Visual Basic来进行Silverlight开发 .这些内容属于Microsoft Silverlight 1.1 Alpha (May 2007) releas版本.
Silverlight Development and ASP.NET Futures
ASP.NET AJAX is a key Microsoft Web development technology related to Silverlight, and is useful for developing distributed applications with Silverlight. The following links provide information about AJAX and related features. Developers may especially find the new ASP.NET Media and XAML controls, which can be used to play various types of media files and add XAML markup within ASP.NET applications, of interest.