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
Which is the parent class of the web server control?
What is masterpage?
How to implement globalization and localization in the use interface in .net.
A Web Service Can Only Be Written In .net. Is it True??
What is server redirect?
How do we sort the data from a dataset?
How can we provide the WebParts control functionality to a server control?
Web API uses which library for JSON serialization?
Explain the use of dataadapter.
How to change Master page in ASP.Net using code?
Describe session handling in a webfarm, how does it work and what are the limits?
Explain asp.net mvc request life cycle? : asp.net mvc
Who creates jsessionid?
Explain what are delegates?
How many types of Cookies are available in ASP.NET?