How does XAP work?- The .xap file is used for transferring and containing the assemblies and resources of an application with managed code. This code must be written within the Silverlight browser plugin.
- It is a compressed output file for a silverlight application.
- It includes the AppManifest.xaml the compiled output assembly of the silverlight project (.dll) and some of the resource files of the silverlight application are:
1. .aspx files and .html files use the silverlight components by loading the .xap files by using the
|