Google News
logo
Silverlight - Interview Questions
Explain the architecture of Silverlight?
The architecture of Silverlight is made of three components :
 
Core presentation framework : This framework includes the components like data binding, vector graphics, text, animation, images for presenting various features.

.NET framework for Silverlight : It includes the libraries and components like XLINQ, XML serialization, Syndication, base class libraries, networking and common language runtime.

Updater and Installer : It is a control for installation and provides automatic updates.
Advertisement