Sunday, May 25, 2014

Debugging & Tracing Interview Questions on ASP.Net(3)



Debugging & Tracing Interview Questions on ASP.Net(3)

 
1.What is the difference between Trace and Debug?

A.Use Debug class to debug builds.
Use Trace class for both debug and release builds.

2.What is Tracing?

A.Tracing displays the details about how the code was executed. It refers to collecting information about the application while it is running. Tracing information can help you to troubleshoot an application. It enables you to record information in various log files about the errors that might occur at run time.

3. How many types of exception handlers are there in .NET?

A.        1. Unstructured Exception Handling
2. Strutured Exception Handling

0 comments:

Post a Comment