What is clientbin folder in silverlight application?
Answer / Indira
The ClientBin folder in a Silverlight application is used to store compiled XAP files (Silverlight Application Packages) and any native code components (like plugin or browser extensions). When you build your Silverlight project, the output is an .xap file that contains all the necessary DLLs, images, and other resources required for the application to run. This xap file gets placed inside the ClientBin folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the steps required to set the controls in silverlight?
What are the ways to display text with Silverlight?
What are the necessary step that need to be performed in order to download content from within silverlight?
What is the difference between silverlight and flash?
Write the code to populate the controls in silverlight?
What do you know by silverlight runtime?
How to use xaml namescope at run time?
How can you check the internet connection status in silverlight?
Which tools are required to build silverlight applications?
What features are missing from silverlight presentation markup that will be supported in windows presentation foundation?
What are the main features and benefits of Silverlight?
Can you name built-in layout panels you have been using with silverlight?