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 |
What is the best place to start silverlight application?
What is the function used to get a reference to an object inside the silverlight control?
What audio or video formats are supported in silverlight?
What video encoding formats are supported in Silverlight application?
What does rendering engine in the silverlight includes?
What are the programming language that can be used to write the backend of the silverlight application?
What files are contained by .xap file?
what is story board in silverlight?
Which language is Silverlight developed in?
What is the difference between silverlight and flash regarding animations?
What files are contained within the .xap file?
Can we use external fonts in Silverlight? How