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
What is client side state management?
What is the maximum amount of memory any single process on windows can address?
What are the different types of sessions in asp.net?
What is x xss protection?
If you want to write your own dot net language, what steps you will you take care?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Define static constructor?
What is the difference between viewstate and hidden field in asp.net?
What does asp in asp.net stand for?
Which is faster viewdata or viewbag?
How can we implement a identity (sql server) call in an asp.net page?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Why we use asp.net for website development?
Define secured sockets layer.
What is the difference between user control an custom control?