Is there built-in support for tracing?



Is there built-in support for tracing?..

Answer / Nandni Lodhi

Yes, .NET provides built-in support for tracing through the System.Diagnostics.Trace and System.Diagnostics.Debug classes. These classes allow developers to write diagnostic messages that can be filtered during runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What should you do to store an object in a viewstate?

1 Answers  


What is UDDI and how to register the web service in it?

1 Answers   TCS,


Dot Net is Platform Independent or Platform Dependent..?

2 Answers  


Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column

1 Answers  


How can you see which services are running on a Windows box?

1 Answers  


What is the difference between VB and VB.NET?

2 Answers  


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

1 Answers  


What is garbage collection in .net? Explain the garbage collection process?

1 Answers  


Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?

1 Answers  


What is model-view -controller Architecture?

1 Answers  


Why do we use msmq?

1 Answers  


How to customize the trace output?

1 Answers  


Categories