Packaging Silverlight Applications
videos

Packaging Silverlight Applications

Tutorial Details
  • Difficulty: Beginner
  • Program: Visual Studio with the Silverlight 4 Toolkit
This entry is part 3 of 15 in the Silverlight for Beginners Session
« PreviousNext »

Silverlight applications are simple in that there’s an HTML page that launches the plug-in and a packaging file format (XAP) for the code and resources themselves. Here, we take a quick look at how those applications are packaged and how we go from HTML page to running Silverlight code on the screen and also talk a little around how to include your own class libraries and resources such as images, videos, etc.


What’s Covered?

Here’s a quick breakdown of what’s covered in this screencast:

  • The XAP format
  • Running your app
  • Publishing your app to a web page / embedding the app in a web page (either ASPX or HTML)
  • Using multiple projects in one solution (separate projects for application proper and class library)
  • Using server-based images (external images) inside the app
  • Embedding images inside the XAP (two ways)

View Screencast

Don’t like ads? Download the screencast, or subscribe to Activetuts+ screencasts via iTunes!


Useful Links

Mike Taulty Microsoft (UK): http://mtaulty.com: mtaulty@microsoft.com: twitter.com/mtaulty

Tags: Videos
Add Comment

Discussion 0 Comments

No comments yet, be the first.

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.