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 does the .NET framework work?
what is managed data and managed code?
Explain Different kinds of methods?
Is there any attempt system for microsoft technology papers?
Tell us why do we use the “using” statement?
What is a delegate, How many types of delegates?
Tell us what is the native image generator?
What relationship is between a process, application domain, and application?
what is yield keyword in .Net?
What is .net and .net framework?
Why DLL files are needed. & how They are Created in DOTNET?
What are three common acronyms used in .net, and what do they stand for?