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 |
Difference between dispose and finallize method?
What are possible implementations of distributed applications in .NET?
Is .net capable of supporting multi-thread?
Name some of the languages .NET support?
State the methods used during deserialization and serialization process.
Explain asp.net?
Will my .net app run on 64-bit windows?
How can you instantiate a tuple?
What is an exe and a dll?
How can we convert XML data into DataBase table IN .Net?
How anonymous method is different from a lambda expression?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?