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 the purpose of parent xaml tag of silverlight page?
How can you change the startup page of silverlight application?
explain how you can pass parameters to silver light controls from asp.net pages?
What is the silverlight official name?
how to change the default page of silver light application?
What are dependency properties in silverlight?
What is the purpose of control templates in silverlight?
what is .xap file?
what types of security measures are provided with silverlight?
What is Moonlight?
What is the usage of clientbin folder?
What features are missing from silverlight presentation markup that will be supported in wpf?