Microsoft Exam Questions

Which of the methods below should be considered?

You work for a Web solution development company named ABC.com. You need to implement a
strategy for review the newly developed Web applications page life cycle.
Which of the methods below should be considered?

A.
You should consider utilization of an application pool and Global.asax.

B.
You should consider utilization of a connection pool with Trace.axd.

C.
You should consider utilization of the AutoEventWireup method.

D.
You should consider utilization of the Global.asax and Trace.axd files.

Explanation:
Developers and writers should note that the AutoEventWireup attribute is derived
from the @ Page directive and is utilized to determine if the ASP.NET events are autowired using
methods like Page_Init() and Page_Load(), with the page events.