February 2010
Beginner
400 pages
11h 13m
English
Probably the best feature of Silverlight 3.0 is the ability it offers to run your applications offline. Offline Silverlight applications run with the same permissions as their web counterparts, so they do not require additional permissions to install. Offline applications also work on both PC and Mac platforms, providing a very easy way to create cross-platform .NET applications.
Enabling your Silverlight applications to run offline is very easy and involves making a simple change to the AppManifest file. Try it now:
Create a new Silverlight application called Chapter15.Offline.
Add some content (e.g., an image).
Open the project properties (see Figure 15-22).