How does XAP work? - Silverlight
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 |
Use of ClientBin folder in SilverlightUse of ClientBin folder in Silverlight - The ClientBin folder is used for placing .xap file of a Silverlight application. This folder can be kept anywhere in the web application...
What is Clipping in Silverlight?What is Clipping in Silverlight? - Clipping is a modification to a given image / object based on the geometry type – like a line, rectangle, ellipse or even a group geometry objects...
What is the parent xaml tag of Silverlight page?The’UserConrol’ is the parent xaml tag of a Silverlight page. All other tags are authored under UserControl tag. Developers are given a facility to implement new custom controls and create re-usable user controls...