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 methodologies used in Silverlight?
What do you understand by the term Silverlight Run Time?
what are the restrictions of web service accessing in silverlight?
Describe Silverlight SDK?
Is silverlight a new media player?
Is silverlight the official name for “wpf/e”?
What is the parent xaml tag of silverlight page? Explain its purposes.
Differentiate between Silverlight and Windows Presentation Foundation (WPF)?
What features are missing from silverlight presentation markup that will be supported in windows presentation foundation?
Can Silverlight be used along with different browsers and operating systems?
What are the programming languages in which you can implement behavior of silverlight application?
What is a Silverlight.js file?