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
How do you type a null character?
What is the signature of a method?
Does google use c#?
Explain About .NET Remoting and types of remoting
What is multicast delegate in c# ?
What is default boolean value in c#?
What is the difference between a function and a method?
What are the 4 pillars of any object oriented programming language?
What does m mean in decimal c#?
What is the difference between first and firstordefault?
What is reference c#?
Is c sharp and c# are same?
In a single .NET DLL how many classes it contains?
When To use HashTable In C#
What is the use of inheritance in c#?