difference between Trace and Debug ?
Answer Posted / kaushik
According to Microsoft Documentation there is not much
difference between Trace and Debug Class.
Debug only works in debug mode and trace works in debug and
release both mode.
| Is This Answer Correct ? | 65 Yes | 9 No |
Post New Answer View All Answers
Disable Mouse right click on web page in asp.net?
What are main return types supported in Web API?
Which method do you use to enforce garbage collection in .net?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What are different methods of session maintenance in asp.net?
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
Can you nest updatepanel within each other?
How many web.config files can I have in an application?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Differentiate between a page theme and a global theme?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc