XAP File
XAP File.
Xap file is basically a compiled silverlight application, this file contains all the files necessary for the application .The xap file is located in client bin.The Xap file contains an application manifest file and all the necessary DLL’s are required by the application.
http://pietschsoft.com/post/2008/03/Silverlight-Anatomy-of-an-XAP-file.aspx
Application Manifest:
It is an xml file that describes and identifies the shared and private side- by – side assemblies that an application should bind at run time.
Xap file is basically a compiled silverlight application, this file contains all the files necessary for the application .The xap file is located in client bin.The Xap file contains an application manifest file and all the necessary DLL’s are required by the application.
http://pietschsoft.com/post/2008/03/Silverlight-Anatomy-of-an-XAP-file.aspx
Application Manifest:
It is an xml file that describes and identifies the shared and private side- by – side assemblies that an application should bind at run time.

Comments
Post a Comment