What?s the difference between the Debug class and Trace
class?
Answer Posted / surojit
What’s the difference between the Debug class and Trace
class? Documentation looks the same. Use Debug class for
debug builds, use Trace class for both debug and release
builds.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How does c# generics and c++ templates compare?
What is Event - Delegate?
Why abstraction is used in c#?
What is virtual in c#?
What is a Managed Code??
What is method in c#?
What is c# commonly used for?
What is concrete class in c#?
What is list array in c#?
Why array is faster than arraylist in c#?
Tell me the difference between call by value and call by reference.
What is the .net datatype that allows the retrieval of data by a unique key?
Can we write class inside a class in c#?
What is delegates in c# and uses of delegates?
What are anonymous functions in c#?