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 |
What should you do to store an object in a viewstate?
What is UDDI and how to register the web service in it?
Dot Net is Platform Independent or Platform Dependent..?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
How can you see which services are running on a Windows box?
What is the difference between VB and VB.NET?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is garbage collection in .net? Explain the garbage collection process?
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?
What is model-view -controller Architecture?
Why do we use msmq?
How to customize the trace output?