What will you do to accomplish this?

Posted by: Pdfprep Category: GSSP-.NET Tags: , ,

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 3.5. You need to implement a system to monitor Service Level Agreement (SLA) compliance in the application. You are required to make a method to enable precise calculation of the time taken by all requests to process.

What will you do to accomplish this?
A . Implement a Timer component in the application. Calculate the elapsed time between the Start and Stop methods.
B . Implement a base Web form for all the Web forms in the application. Calculate the elapsed time between the Load and Unload events.
C . Create and register a custom HttpHandler.
D . Create and register a custom HttpModule.

Answer: D

Leave a Reply

Your email address will not be published.