Explain silverlight application life-cycle?



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

Post New Answer

More Microsoft Silverlight Interview Questions

What is the best place to start silverlight application?

1 Answers  


What is the function used to get a reference to an object inside the silverlight control?

1 Answers  


What audio or video formats are supported in silverlight?

1 Answers  


What video encoding formats are supported in Silverlight application?

1 Answers  


What does rendering engine in the silverlight includes?

1 Answers  


What are the programming language that can be used to write the backend of the silverlight application?

1 Answers  


What files are contained by .xap file?

1 Answers  


what is story board in silverlight?

1 Answers   Microsoft,


Which language is Silverlight developed in?

1 Answers  


What is the difference between silverlight and flash regarding animations?

1 Answers  


What files are contained within the .xap file?

1 Answers  


Can we use external fonts in Silverlight? How

1 Answers  


Categories