What?s the difference between the Debug class and Trace
class?
Answer Posted / surojit
What’s 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.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is application object in c#?
Explain the difference between event and a delegate in c#?
Explain boxing and unboxing in c#?
What is difference between array and collection in c#?
What is the difference between an integer and int?
Can class be protected in c#?
What is garbage collector and where should you use in .NET?
What are the different types of delegates?
Is system a class in c#?
What is lazy class in c#?
What are generations and how are they used by the garbage collector?
How do you determine whether a string represents a numeric value?
What's the difference between an integer and int?
What is type cast in C#?
What are controls in c#?