C# (Sharp) Programming Language Question:

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

Tweet Share WhatsApp

Answer:

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

Download C# (Sharp) Programming Language PDF Read All 163 C# (Sharp) Programming Language Questions
Previous QuestionNext Question
What does assert() method do?How do you debug an ASP.NET Web application?