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
What is a generic class?
Explain About CLS?
Who is a accessibility modifier “protected internal†available to ?
What is a reference type c#?
Will the following code compile?
What does do in c#?
Is cli same as the clr?
What are the differences between events and delegates in c#?
What is this keyword in C#?
Does constructor return any value in c#?
How do I unload an assembly?
What are the advantages of using delegates in c#?
Is datetime a value type in c#?
How is the syntax written to inherit from a class in C#?Give an example ?
What is the default value of object in c#?