Explain silverlight application life-cycle?
Answer / Rajendra Singh Bisht
The Silverlight application life cycle consists of four main stages: Init, Startup, Application, and Shutdown. Init is the stage where the XAML page is loaded, but no code is executed yet. During Startup, the application's resources are initialized and the App object's constructor is called. The Application stage is when the user interacts with the application, and the Shutdown stage occurs when the application is closed or the user navigates away.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how can silverlight use asx files?
Which types of video files can be supported in silverlight?
Can Silverlight be used along with different browsers and operating systems?
Which tools are required to build silverlight applications?
Is silverlight a new media player?
What is the difference between wpf and silverlight?
what is silverlight.js file? Explain with an example.
Write the code to populate the controls in silverlight?
What audio or video formats are supported in silverlight?
what are the steps will followed when consuming wcf in silver light?
What is isolated storage in silverlight?
Expression studio orvisual studio, which one better to use for developing silverlight application?