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
What is typical about a windows process in regards to memory allocation in .net?
What is garbage collection in .net? Explain the garbage collection process?
Can you edit data in repeater control? How?
How can I find out what the garbage collector is doing?
Explain what relationship is between a process, application domain, and application?
Can a dll be changed to an exe?
What is the difference between imperative and interrogative code?
Explain garbage collection?
How server form post-back works?
What does stateless mean?
Is .net an object oriented language? What are their components?
What is the difference between user control an custom control? Advantages/disadvantages?
Explain what is an anonymous method and how is it different from a lambda expression?
Explain the .net framework overview?
What is the difference between .net and laravel?