What?s the difference between the Debug class and Trace class?
Answer Posted / abhi
Documentation looks the same. Use Debug class for debug
builds, use Trace class for both debug and release builds.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is c# good for games?
Are enums static c#?
Is there hashmap in c#?
What is system predicate?
What are the value types in c#?
In which way a two-dimensional array declared in C#?
Explain the difference between “as” and “is” operators used in c#?
What is stringbuilder c#?
Can we use "this" command within a static method?
Explain the Different types of configuration files in .net?
What is a lambda expression in c#?
Where is c# compiler located?
What is the namespace for the thread class?
What is the difference between protected and private?
What happens during the process of boxing?