Answer Posted / 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 |
Post New Answer View All Answers
Explain what is the difference between a class and an object?
Explain what are the deferred execution and the immediate execution in linq?
How can I find out what the garbage collector is doing?
Explain what is the difference between web application and enterprise application?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is Entity Relationship Model in .NET?
How many types of transactions are there in com + .net ?
Can you edit data in repeater control? How?
Tell us what is the difference between struct and class?
What is the lapsed listener problem?
Show different types of collection in .NET?
What is an assembly? What are the different types of assemblies?
How to create multiple inheritance in c#, with example?
Explain what is a delegate?