difference between Trace and Debug ?
Answers were Sorted based on User's Feedback
Answer / alb.shah
Debug only works in debug mode and trace works in debug and
release both mode.
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / 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 |
Which is faster viewbag or viewdata?
What is query string in asp.net?
Explain the difference between debug.write and trace.write? When should each be used?
How many types of controls are there in asp.net?
Tell About Global.asax ?
In asp.net, how can you validate drop down box?
What is the purpose of asp.net?
what is the use of asp.net
Which namespace do the classes, allowing you to support COM functionality, are located?
Why do we use Option Explicit?
How can exception be handled with out the use of try catch?
Explain the features that make asp.net more used framework? : asp.net mvc