1.What format is used to display the output in the browser when a .aspx page is requested from a web server?
2.Which attribute is used to prevent a public .NET class from being exposed to COM?
3.At what point does the garbage collector typically activate?
4.In ASP.NET, what is the term for a centralized place where a developer stores style definitions?
5.Which entity is allowed to access Session state variables?
6.A company has created a web service where form inputs are validated through an ASP.NET application. If a client accesses and uses this web service, which of the following statements is true?
7.In which location can you set the value of a static readonly member variable within a static class?
8.What is a necessary condition for merging updated data into a DataSet?
9.Which of the following data source controls does not support caching functionality?
10.Which processing model does ASP.NET emulate?
11.What steps are required to register a user control?
12.Which function should you call on a DataAdapter to populate your created dataset with data?
13.What is the maximum number of classes that can be included within a single .NET DLL file?
14.Which of the following components are utilized to send email messages from an ASP.NET webpage?
15.In an ASP.NET web form, which object holds the information about the current user's username?
16.Which option provides quicker performance and uses less memory?
17.In ASP.NET, which object is responsible for maintaining the state information of an individual client?
18.Which file extension is associated with ASP.NET web pages?
19.What is the main difference between Response.Write() and Response.Output.Write() methods?
20.Which method(s) can be used to monitor a web application effectively?