Explain silverlight architecture?
Answer / Amit Dwivedi
Silverlight is a web application framework developed by Microsoft. Its architecture consists of four main components: UI Layer, Media Layer, Core Application, and Extensibility Layer. The UI layer handles user interface elements, the media layer manages multimedia content, the core application provides basic functionality for a Silverlight application like navigation, lifecycle management, and application resources, and the extensibility layer allows developers to extend the functionality of Silverlight by adding custom behaviors.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is a .xap file?
Differentiate between Silverlight 1.0 and Silverlight 2?
How to perform event handling in silver light?
What are the tools are required to develop Silverlight applications?
What are dependency properties in silverlight?
What are the different resource properties specifying a style?
What features are missing from silverlight presentation markup that will be supported in wpf?
What video encoding formats are supported in Silverlight application?
what are the advantages of extensible application markup language (xaml) over c# or vb.net?
How to change the default page of the silverlight application?
What is MainPage.xaml?
How to implement the style in silverlight?