How does XAP work?
Answer / Devendra Kumar Singh
XAP (Silverlight XAP File) is a compressed package format for Silverlight applications. It contains the application's executable code, resources (such as images, fonts, and styles), and optional installer manifest file. When a user navigates to a Silverlight application URL, the browser downloads the XAP file and loads it into the Silverlight plug-in.
| Is This Answer Correct ? | 0 Yes | 0 No |
What features are missing from silverlight presentation markup that will be supported in wpf?
Will silverlight support live streaming events as well as downloading media?
How would you implement drag-and-drop in silverlight?
What objects support tranformations?
Is it possible to pass parameters to silverlight controls from asp.net pages?
How to change the default page of the silverlight application?
can you use any specific patterns in silverlight programming?
How do you grant silverlight permission to talk to a server that is not on your local host.
How to use xaml namescope in silverlight?
What is the procedure to add an event handler in managed code?
What are differences between silverlight and wpf?
Explain with example how to change the default page of the silverlight application.