Interview Questions

What is the difference between the Debug class and Trace class?

C# Interview Questions and Answers


(Continued from previous question...)

129. What is the difference between the Debug class and Trace class?

Documentation looks the same. Use Debug class for debug builds, use Trace class for both debug and release builds.

(Continued on next question...)

Other Interview Questions