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
Differentiate the session object and application object?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How does output caching work in ASP.NET?
How do you deploy your asp.net application?
Explain the features that make asp.net more used framework? : asp.net mvc
Explain the difference between sql invalidation and sql notification.
If we remove web.config or machine.config from the application then, is this application will works?
What is the purpose of session management?
How do we implement bundling in MVC?
What is the use of web.config and machine.config files?
What is protected configuration?
Name some asp objects?
How do you design a website with multilingual support in ASP.NET ?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is masterpage?