InterviewSolution
Saved Bookmarks
| 1. |
What Is .xap File In Context Of Silverlight? |
|
Answer» The .xap file is a compressed output file for the SILVERLIGHT application. This file INCLUDES AppManifest.xaml, compiled output ASSEMBLY of the Silverlight project (.dll) and other resource files REFERRED by the Silverlight application. The .xap file is a compressed output file for the Silverlight application. This file includes AppManifest.xaml, compiled output assembly of the Silverlight project (.dll) and other resource files referred by the Silverlight application. |
|