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 are events in C#?
Why singleton is sealed?
What is regex replace in c#?
What is the difference between ref and out in c#?
Is it good to use var in c#?
How main method is called in c#?
Distinguish between finally and finalize blocks?
Explain About web methods and its various attributes
Do while loops yes or no c#?
Is there a way of specifying which block or loop to break out of when working with nested loops?
What Happens In Memory When You Box And Unbox A Value-type?
Explain the use of virtual, sealed, override, and abstract method?
Explain the serialization in .net
What are c# types?
What is private static in c#?