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
Define clr in .net?
Can derived classes have greater accessibility than their base types?
Define an assembly in .net?
Can an exception be thrown from a catch block?
Why is it called c sharp?
Is enum a class c#?
What is cli in c#?
Which is better interface or abstract class in c#?
Why would you use untrusted verification?
What are the collection types can be used in c#?
What are annotations in c#?
What is cookies c#?
What is meant by desktop application?
Why static constructor is parameterless in c#?
Define delay signing?