Difference between Debugging and tracing in .net
Answer / suma
Debugging refers to a process in software development
whereby program analysts combines through computer code
looking for bugs.
In .NET we have objects called Trace Listeners. A listener
is an object that receives the trace output and outputs it
somewhere that somewhere could be a window in your
development environment
Two important programming operations/processes that help us
create and maintain applications are called "Debugging"
and "Tracing".
Debugging allows us to observe and correct programming
errors. Tracing is a form of Debugging that allows us to
keep track of the health and sanitary conditions of our
applications.
| Is This Answer Correct ? | 3 Yes | 0 No |
How to spawn a thread?
What is .net debug & trace?
Write an StoredProcedure to get the values of a column within a date range.
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
How server form post-back works?
What does .net stand for?
What do you mean by Code Access Security in .NET?
Write the .net syntax for 'for loop'?
What is the best way to crack the certification?
How anonymous method is different from a lambda expression?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
Explain About GDI object ?