16.1. Creating Your First Rays of Silverlight
Silverlight is a cross-browser, cross-platform plug-in for putting rich, interactive media into Web pages. The plug-in's basic content is in the XAML markup language, an XML format that describes what to display. You create the trivial Silverlight application shown in Figure 16-1 with the Visual Web Developer text editor.
Figure 16-1. A handmade Silverlight application.
|
After downloading the .msi file, double-click the filename and follow the installer's prompts. If it offers to install templates for Visual Studio 2005, click Skip.
16.1.1. Setting up the Web project
Silverlight applications run inside a browser page and call on external JavaScript libraries. Follow these steps to set up the ASP.NET project to host a Silverlight plug-in.
In Visual Web Developer, create a new Visual Basic file system Web site named
Get ASP.NET 3.5 For Dummies® now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.