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 difference between private and protected in c#?
what is a constructor? What is a destructor?
Describe two uses of the “using” statement during the operation of c#?
What is the difference between decimal and integer?
What is parameters in c#?
How to declares a two-dimensional array in C#?
What are custom exceptions? Why do we need them?
What is the difference between ref and out parameters in c#?
What is asax file in c#?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
How do I enforce const correctness in c#?
What is equal c#?
What is xamarin used for?
Difference between value and reference type.
What is a namespace server?