difference between Trace and Debug ?
Answer Posted / pallavi
The Debug.Write call won’t be compiled when the DEBUG symbol is not defined (when doing a release build). Trace.Write calls will be compiled. Debug.Write is for information you want only in debug builds, Trace.Write is for when you want it in release build as well.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do we assign page-specific attributes?
Explain about Multi-Language integration?
What is directive in asp net?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Any disadvantages in Dataset and in reflection ?
COM+ Used ________________ Isolation Level
What is the caspol.exe tool used for?
Explain advantages of caching?
How does the cookies work in asp.net?
When we use cookie less session? Explain its working?
How do you store a value in viewstate and retrieve them?
What is the use of data set in asp.net?
What is work flow gen? how can it will work with .Net?
Explain what is viewstate?
To redirect the user to another page which method do we use without performing a round trip to the client?