What is the difference between Debug.Write and Trace.Write?
When should each be used?
Answer Posted / prasad
Debug.write would not be compiled when the debug symbol is
defined
Trace.write would be compiled when the debug symbol is
defined
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How does the cookies work in asp.net?
Describe session handling in a webfarm?
What are the different session state management options available in asp.net?
Will session work if cookies is disabled?
What is a SESSION and APPLICATION object?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
Is asp.net a programming language or framework?
What is state management react?
How can I open ashx file in mobile?
What are the uses of list view control in Asp.net?
How you will improve web application performance?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Explain about asp.net caching?
What is the file through which you can customize your asp.net application?
Define a web service in .net?