C Hash Interview Questions
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
What is Partial class
What is the use of USING in c sharp
How can you prevent classes to be inherited
What is the syntax for calling an overloaded constructor within a constructor
what is the difference between the Debug class and Trace class
What is Generic class how it helps programmer
Home
>>
Dot Net Interview Questions
>>
C Hash Interview Questions
what is the difference between the Debug class and Trace class
Posted on October 25th , 2009 by Admin
Use Debug class for debug builds, use Trace class for both debug and release builds.
Site Search