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 as keyword in c#?
Is for loop faster than foreach?
What is a lambda expression in c#?
What is the difference between decimal and integer?
What is the difference between overriding and overloading in systemverilog?
i want the csharp questions&answeres
State two different types of access modifiers.
Why do we need properties in c#?
What is yield c#?
How to implement a singleton design pattern in c#?
What is cts, clr?
Who is a accessibility modifier “protected internal†available to ?
What are extensions in c#?
How long will it take to learn c#?
In which situation(s), the use of "Delegate" is a good idea?