Role of Silverlight Plugin in the Silverlight Application

What is the role of Silverlight Plugin in the Silverlight Application Life-Cycle?

The Silverlight plug-in loads the core services of Silverlight followed by Silverlight Common Language Runtime. CLR creates domains for applications. The plug-in enables Silverlight for delivering cross-platform and cross-browser applications as a subset of the .NET framework and Windows Presentation Foundation. The plug-in loads the core services of Silverlight that creates application domains.
Purpose of Storyboard.TargetProperty - Silverlight
Using Storyboard.TargetProperty, the properties of an object can be assigned with values. The objects are referred by Storyboard.TargetName attribute. The following snippet illustrates the change of width and color of a rectangle object...
Why is XAP important? - Silverlight
Why is XAP important? - Using XAP, Silverlight applications which are heavily client based can be created by managing code. The managed code...
How does XAP work? - Silverlight
How does XAP work? - The .xap file is used for transferring and containing the assemblies and resources of an application with managed code. This code must be written within the Silverlight browser plugin...
Post your comment