1.In ASP.NET, which of the following methods can be utilized to preserve session state?
2.When is it preferable to choose a web application over a Windows application?
3.Which element should be added in the web.config file to set up authentication?
4.In which type of form does a postback typically take place?
5.Which component is responsible for handling the actual execution of ASP.NET processes?
6.Is code using the Debug class automatically removed in release builds by default?
7.Which scripting language is used by default in ASP?
8.At what point is the user control's code executed?
9.Is it possible to monitor the application_End event during runtime?
10.Which control in ASP.NET is designed to present data from a dataset with enhanced formatting and editing capabilities?
11.Which interface is implemented to create HTTP handlers in an ASP.NET application?
12.In ASP.NET, which options represent the page code model?