Question: Describe the ASP.NET page life cycle and its stages.
Answer: The ASP.NET page life cycle consists of stages like Initialization, Instantiating Controls, Event Handling Code Execution, Page Rendering, and it raises events at each stage for developers to execute code.